UNPKG

@jaricardodev/ews-javascript-api

Version:
14 lines (4 loc) 166 B
import { ExchangeService } from "../Core/ExchangeService"; export interface IJsonSerializable { ToJson(service: ExchangeService): any; }