UNPKG

boldsign

Version:

NodeJS client for boldsign

18 lines (17 loc) 473 B
import { PageDetails } from './pageDetails'; import { Template } from './template'; export declare class TemplateRecords { 'pageDetails'?: PageDetails; 'result'?: Array<Template> | null; static discriminator: string | undefined; static attributeTypeMap: Array<{ name: string; baseName: string; type: string; }>; static getAttributeTypeMap(): { name: string; baseName: string; type: string; }[]; }