外观
@freenotes/web-runtime / HttpCallInput
Interface: HttpCallInput
Defined in: src/http/types.ts:49
Properties
data?
readonlyoptionaldata?:unknown
Defined in: src/http/types.ts:50
options?
readonlyoptionaloptions?:HttpCallOptions
Defined in: src/http/types.ts:51
path?
readonlyoptionalpath?:Readonly<HttpPathParams>
Defined in: src/http/types.ts:52
query?
readonlyoptionalquery?:Readonly<Record<string,unknown>>
Defined in: src/http/types.ts:53