braze-api
Version:
Track users, send messages, export data, and more with Braze API.
8 lines • 341 B
TypeScript
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