UNPKG

@jaricardodev/ews-javascript-api

Version:
3 lines 67 B
export interface IEnumerable<T> { GetEnumerator(): Array<T> }