Type alias KeysOfOptional<T>

KeysOfOptional<T>: T extends Record<infer U, any>
    ? U
    : never

Type Parameters

  • T

Generated using TypeDoc