UNPKG

boldsign

Version:

NodeJS client for boldsign

17 lines (16 loc) 395 B
export declare class ModelDate { 'day'?: number | null; 'month'?: number | null; 'year'?: number | null; static discriminator: string | undefined; static attributeTypeMap: Array<{ name: string; baseName: string; type: string; }>; static getAttributeTypeMap(): { name: string; baseName: string; type: string; }[]; }