Searched refs:ContactTypes (Results 1 – 6 of 6) sorted by relevance
561 export var ContactTypes; variable562 (function (ContactTypes) { argument566 ContactTypes["Person"] = "person";570 ContactTypes["Company"] = "company";571 })(ContactTypes || (ContactTypes = {}));
4 export type ContactType = ContactTypes | `${ContactTypes}`;896 export declare enum ContactTypes { enum
1 …ContactTypes | `${ContactTypes}`;\n\nexport type FieldType = Fields | `${Fields}`;\n\nexport type …
9 contactType: Contacts.ContactTypes.Person,
10 export type ContactType = ContactTypes | `${ContactTypes}`;1179 export enum ContactTypes { enum
834 const contactType = Contacts.ContactTypes.Person;