Interface BatchRequestV4<R>

batch request

Type Parameters

  • R = any

Hierarchy

Properties

Properties

init?: RequestInit & {
    body?: any;
}

Type declaration

  • Optional body?: any
options?: BatchRequestOptionsV4<any>

original options

url: string

for odata batch request, please give a relative path from odata endpoint

Generated using TypeDoc