UNPKG

@nguyennhuy/zalo-api

Version:

Unofficial Zalo API for JavaScript

3 lines (2 loc) 196 B
export type DeleteCatalogResponse = ""; export declare const deleteCatalogFactory: (ctx: import("../context.js").ContextBase, api: import("../apis.js").API) => (catalogId: string) => Promise<"">;