Searched refs:ContainerTypes (Results 1 – 5 of 5) sorted by relevance
522 export var ContainerTypes; variable523 (function (ContainerTypes) { argument527 ContainerTypes["Local"] = "local";531 ContainerTypes["Exchange"] = "exchange";535 ContainerTypes["CardDAV"] = "cardDAV";539 ContainerTypes["Unassigned"] = "unassigned";540 })(ContainerTypes || (ContainerTypes = {}));
3 export type ContainerType = ContainerTypes | `${ContainerTypes}`;859 export declare enum ContainerTypes { enum
1 …ContainerTypes | `${ContainerTypes}`;\n\nexport type ContactType = ContactTypes | `${ContactTypes}…
8 export type ContainerType = ContainerTypes | `${ContainerTypes}`;1140 export enum ContainerTypes { enum
859 const containerType = Contacts.ContainerTypes.CardDAV;