Type alias DollarProperties<T>

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

Type Parameters

  • T