feat: add localized review mock files (#18)
This commit is contained in:
9
src/models/review.ts
Normal file
9
src/models/review.ts
Normal file
@@ -0,0 +1,9 @@
|
||||
export type Id = string;
|
||||
|
||||
export type View = {
|
||||
id: Id;
|
||||
firstname: string;
|
||||
lastname: string;
|
||||
picture: URL['href'];
|
||||
text: string;
|
||||
};
|
||||
Reference in New Issue
Block a user