UNPKG

braze-api

Version:

Track users, send messages, export data, and more with Braze API.

8 lines 341 B
import { CatalogListResponse } from './types'; /** * Request category synchronous list. * * {@link https://www.braze.com/docs/api/endpoints/catalogs/catalog_management/synchronous/get_list_catalogs/} */ export declare function listCatalogs(apiUrl: string, apiKey: string): Promise<CatalogListResponse>; //# sourceMappingURL=list.d.ts.map