RequestOptions
Interface: RequestOptions
Defined in: src/types/common.types.ts:33
Internal request options passed to the base client
Properties
body?
optionalbody:Record<string,unknown>
Defined in: src/types/common.types.ts:37
method
method:
HttpMethod
Defined in: src/types/common.types.ts:34
path
path:
string
Defined in: src/types/common.types.ts:35
query?
optionalquery:Record<string,string|number|boolean|undefined>
Defined in: src/types/common.types.ts:36