UNPKG

boldsign

Version:

NodeJS client for boldsign

21 lines (20 loc) 545 B
import { PhoneNumber } from './phoneNumber'; export declare class ContactsDetails { 'id'?: string | null; 'name'?: string | null; 'email'?: string | null; 'companyName'?: string | null; 'jobTitle'?: string | null; 'phoneNumber'?: PhoneNumber; static discriminator: string | undefined; static attributeTypeMap: Array<{ name: string; baseName: string; type: string; }>; static getAttributeTypeMap(): { name: string; baseName: string; type: string; }[]; }