Type alias PlainODataSingleResponse<E>

PlainODataSingleResponse<E>: {
    d?: {
        __count?: string;
    } & E;
} & PlainODataResponse

Type Parameters

  • E = any

Type declaration

  • Optional d?: {
        __count?: string;
    } & E

    Version

    2.0.0

Generated using TypeDoc