File

src/angularODataResponseModel.ts

Properties

@odata.context
@odata.context: string
Type : string
@odata.count
@odata.count: number
Type : number
@odata.nextLink
@odata.nextLink: string
Type : string
value
value: T[]
Type : T[]
export interface IODataResponseModel<T> {
    '@odata.context': string;

    '@odata.count'?: number;

    '@odata.nextLink'?: string;

    value: T[];
}

results matching ""

    No results matching ""