- Preparing search index...
- The search index is not available
@odata/client
Type alias BatchPlainODataResponse<E>
BatchPlainODataResponse<E>: PlainODataResponse & { d?: { __count?: string; results?: E[]; } & E; }
Type declaration
-
Optional
d?: {
__count?: string;
results?: E[];
} & E