UNPKG

boldsign

Version:

NodeJS client for boldsign

16 lines (15 loc) 421 B
import { TemplateTeamShare } from './templateTeamShare'; export declare class TemplateSharing { 'teams'?: Array<TemplateTeamShare> | null; static discriminator: string | undefined; static attributeTypeMap: Array<{ name: string; baseName: string; type: string; }>; static getAttributeTypeMap(): { name: string; baseName: string; type: string; }[]; }