Type alias Expand<T>

Expand<T>: T extends infer O ? { [ K in keyof O]: O[K] } : never

Type Parameters

  • T

Generated using TypeDoc