UNPKG

boldsign

Version:

NodeJS client for boldsign

18 lines (17 loc) 426 B
export declare class Teams { 'teamName'?: string | null; 'teamId'?: string | null; 'createdDate'?: number; 'modifiedDate'?: number; static discriminator: string | undefined; static attributeTypeMap: Array<{ name: string; baseName: string; type: string; }>; static getAttributeTypeMap(): { name: string; baseName: string; type: string; }[]; }