@becomes/cms-cloud-client
Version:
SDK for accessing BCMS Cloud API
15 lines (14 loc) • 353 B
TypeScript
export interface EmailInstanceTransferData {
firstName: string;
lastName: string;
instance: {
label: string;
name: string;
};
org: {
label: string;
name: string;
};
query: string;
}
export declare const instanceTransfer: import("@becomes/mjml/types").MjmlComponent<EmailInstanceTransferData>;