Created Page Feed
This commit is contained in:
@@ -51,3 +51,11 @@ export interface SocialLinks {
|
||||
tiktok: string;
|
||||
website: string;
|
||||
}
|
||||
|
||||
// ===== SHOP (QUÁN NƯỚC) TYPES =====
|
||||
export interface Shop {
|
||||
id: number;
|
||||
name: string;
|
||||
address: string;
|
||||
image: string;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user