@warriorteam/zalo-personal
Version:
Unofficial Zalo Personal API for JavaScript - A powerful library for interacting with Zalo personal accounts with URL attachment support, auto-reply, product catalog, and business features
17 lines (16 loc) • 359 B
TypeScript
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;
};