UNPKG

@jaricardodev/ews-javascript-api

Version:
15 lines (5 loc) 303 B
import {ExchangeService} from "../Core/ExchangeService"; export interface IJsonCollectionDeserializer { CreateFromJsonCollection(jsonCollection: any[], service: ExchangeService): void; UpdateFromJsonCollection(jsonCollection: any[], service: ExchangeService): void; }