Type alias Key<Type>

Key<Type>: Type extends "KeyValue"
    ? KeyValueData["key"]
    : never

Type Parameters

Generated using TypeDoc