UNPKG

boldsign

Version:

NodeJS client for boldsign

18 lines (17 loc) 466 B
export declare class AttachmentInfo { 'title': string | null; 'allowedFileTypes': string | null; 'description'?: string | null; 'acceptedFileTypes'?: Array<string> | null; static discriminator: string | undefined; static attributeTypeMap: Array<{ name: string; baseName: string; type: string; }>; static getAttributeTypeMap(): { name: string; baseName: string; type: string; }[]; }