UNPKG

@jaricardodev/ews-javascript-api

Version:
5 lines 101 B
export interface IOutParam<T> { outValue: T; exception?: any; success?: boolean; }