Type alias TypeOrValue<Keys>

TypeOrValue<Keys>: Keys | string & {
    value?: unknown;
}

Type Parameters

  • Keys extends string | number | symbol