5 lines
69 B
TypeScript
5 lines
69 B
TypeScript
|
export type RatingMessages = {
|
||
|
rating: string;
|
||
|
stars: string;
|
||
|
};
|