src/app/core/models/rating_category.ts
Properties |
| code |
code:
|
Type : string
|
|
Defined in src/app/core/models/rating_category.ts:2
|
| id |
id:
|
Type : string
|
|
Defined in src/app/core/models/rating_category.ts:3
|
| position |
position:
|
Type : number
|
|
Defined in src/app/core/models/rating_category.ts:4
|
export class RatingCategory {
code: string;
id: string;
position: number;
}