Searched refs:ExtraValue (Results 1 – 2 of 2) sorted by relevance
19 export type ExtraValue = number | string | boolean; alias21 export type Extras = {[key: string]: ExtraValue};36 getExtras(): {[key: string]: ExtraValue | null};44 removeExtra(key: string): ExtraValue | null;45 setExtra(key: string, value: ExtraValue): void;