boolean-select-list.ts 74 Bytes Edit Raw Blame History Permalink 1 2 3 4 export class BooleanSelectList { value: number; label: string; }