Type Alias DollarProperties<T>

DollarProperties: Extract<keyof T, `$${string}`>

Type Parameters

  • T