src/app/core/models/option_type.ts
id |
id: |
Defined in src/app/core/models/option_type.ts:2
|
name |
name: |
Defined in src/app/core/models/option_type.ts:3
|
position |
position: |
Defined in src/app/core/models/option_type.ts:5
|
presentation |
presentation: |
Defined in src/app/core/models/option_type.ts:4
|
export class OptionType {
id: string;
name: string;
presentation: string;
position: string;
}