UNPKG

boldsign

Version:

NodeJS client for boldsign

15 lines (14 loc) 343 B
export declare class TeamCreated { 'teamId'?: string | null; static discriminator: string | undefined; static attributeTypeMap: Array<{ name: string; baseName: string; type: string; }>; static getAttributeTypeMap(): { name: string; baseName: string; type: string; }[]; }