UNPKG

wallee

Version:
25 lines (24 loc) 543 B
declare class DocumentTemplateTypeGroup { /** * A unique identifier for the object. */ 'id'?: number; /** * The localized title of the group. */ 'title'?: { [key: string]: string; }; static discriminator: string | undefined; static attributeTypeMap: Array<{ name: string; baseName: string; type: string; }>; static getAttributeTypeMap(): { name: string; baseName: string; type: string; }[]; } export { DocumentTemplateTypeGroup };