projects/rebirth-ng/src/lib/select/select.model.ts
group: string
string
options: any[]
any[]
export interface GroupOption { group: string; options: any[]; }