@lubusin/wp-frappe-data-store / FrappeRequestOptions
Type Alias: FrappeRequestOptions
FrappeRequestOptions =
object
Defined in: src/types.ts:68
Request options passed to a FrappeRequest transport function.
Properties
data?
optionaldata?:Record<string,unknown>
Defined in: src/types.ts:72
method
method:
"GET"|"POST"|"PUT"|"DELETE"
Defined in: src/types.ts:69
path
path:
string
Defined in: src/types.ts:70
query?
optionalquery?:Record<string,string>
Defined in: src/types.ts:71
signal?
optionalsignal?:AbortSignal
Defined in: src/types.ts:73