Type Alias TypedKey<T>

TypedKey<T>: T extends string
    ? T
    : string | number | symbol

Type Parameters

  • T extends string | void = void