Type alias KeyWithContext<Key, TOpt>

KeyWithContext<Key, TOpt>: TOpt["context"] extends string
    ? `${Key & string}_${TOpt["context"]}`
    : Key

Type Parameters

Generated using TypeDoc