UNPKG

cv-dialog-sdk

Version:

Catavolt Dialog Javascript API

6 lines (5 loc) 131 B
export declare class Attachment { name: string; attachmentData: any; constructor(name: string, attachmentData: any); }