UNPKG

angular-odata-es5

Version:

OData service for Angular (es5 version)

7 lines (6 loc) 157 B
export interface IODataResponseModel<T> { '@odata.context': string; '@odata.count'?: number; '@odata.nextLink'?: string; value: T[]; }