UNPKG

@mimamch/qontak

Version:
14 lines 511 B
import { Options } from "./options"; import { PaginationProps, PaginationResponse } from "./pagination"; export type GetWhatsapMessagepTemplatesProps = { pagination: PaginationProps; }; export type GetWhatsapMessagepTemplatesResponse = { templates: any; pagination: PaginationResponse; }; export declare const getWhatsapMessageTemplates: (options: Options) => (props?: GetWhatsapMessagepTemplatesProps) => Promise<{ templates: any; pagination: any; }>; //# sourceMappingURL=template.d.ts.map