Blame view

src/models/boolean-select-list.ts 74 Bytes
c680f5b4   Administrator   first commit
1
2
3
4
  export class BooleanSelectList {
      value: number;
      label: string;
   }