export interface KeyValue { label: string; value: string; } export class SelectorItem { id: string; name: string; desc: string; }