UNPKG

@jaricardodev/ews-javascript-api

Version:
15 lines 685 B
/** * JSON names not shared with the XmlElementNames or XmlAttributeNames classes. */ export module JsonNames { export var Events: string = "Events"; export var NotificationType: string = "NotificationType"; export var OldFolderId: string = "OldFolderId"; export var OldItemId: string = "OldItemId"; export var PathToExtendedFieldType: string = "ExtendedPropertyUri"; export var PathToIndexedFieldType: string = "DictionaryPropertyUri"; export var PathToUnindexedFieldType: string = "PropertyUri"; export var Path: string = "Path"; export var RecurrencePattern: string = "RecurrencePattern"; export var RecurrenceRange: string = "RecurrenceRange"; }