UNPKG

boldsign

Version:

NodeJS client for boldsign

17 lines (16 loc) 411 B
export declare class FormFieldPermission { 'canAdd'?: boolean; 'canModify'?: boolean; 'canModifyDefaultValue'?: boolean; static discriminator: string | undefined; static attributeTypeMap: Array<{ name: string; baseName: string; type: string; }>; static getAttributeTypeMap(): { name: string; baseName: string; type: string; }[]; }