update lại thư mục cấu trúc mới của server nodejs và python
This commit is contained in:
+16
@@ -0,0 +1,16 @@
|
||||
export type CatalogItem = {
|
||||
id: string;
|
||||
name: string;
|
||||
version: number;
|
||||
ownerId: string;
|
||||
isDefault: boolean;
|
||||
/**
|
||||
* Relative path used to build the catalog URL.
|
||||
*
|
||||
* Example: `https://catalog.zalo.me/${path}`
|
||||
*/
|
||||
path: string;
|
||||
catalogPhoto: string | null;
|
||||
totalProduct: number;
|
||||
created_time: number;
|
||||
};
|
||||
Reference in New Issue
Block a user