4 lines
67 B
TypeScript
4 lines
67 B
TypeScript
export class RatingModel {
|
|
id: number = -1
|
|
rating: number = 1
|
|
} |