UNPKG

braze-api

Version:

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

8 lines 406 B
import { ContentBlockListBody, ContentBlockListResponse } from './types'; /** * Request content block list. * * {@link https://www.braze.com/docs/api/endpoints/templates/content_blocks_templates/get_list_email_content_blocks/} */ export declare function listContentBlocks(apiUrl: string, apiKey: string, body: ContentBlockListBody): Promise<ContentBlockListResponse>; //# sourceMappingURL=list.d.ts.map