UNPKG

@becomes/cms-cloud-client

Version:

SDK for accessing BCMS Cloud API

13 lines (12 loc) 308 B
export interface EmailInstanceCreatedData { fullName: string; instance: { label: string; name: string; }; org: { label: string; name: string; }; } export declare const instanceCreated: import("@becomes/mjml/types").MjmlComponent<EmailInstanceCreatedData>;