organization-select-list.ts 75 Bytes
export class OrganizationSelectList {
    id: number;
    name: string;
 }