UNPKG

boldsign

Version:

NodeJS client for boldsign

18 lines (17 loc) 508 B
import { ContactPageDetails } from './contactPageDetails'; import { GroupContact } from './groupContact'; export declare class GroupContactsList { 'pageDetails'?: ContactPageDetails; 'result'?: Array<GroupContact> | null; static discriminator: string | undefined; static attributeTypeMap: Array<{ name: string; baseName: string; type: string; }>; static getAttributeTypeMap(): { name: string; baseName: string; type: string; }[]; }