Interface IKeyLabel<K>

interface IKeyLabel<K> {
    key: K;
    label: string;
}

Type Parameters

  • K extends string | number

Properties

Properties

key: K
label: string