Type Alias: Request()
Request: <
T
>(method
,url
,options
?) =>Promise
<T
>
Type Parameters
Type Parameter |
---|
T |
Parameters
Parameter | Type |
---|---|
method | Method |
url | string |
options ? | RequestOptions |
Returns
Promise
<T
>
Request: <
T
>(method
,url
,options
?) =>Promise
<T
>
Type Parameter |
---|
T |
Parameter | Type |
---|---|
method | Method |
url | string |
options ? | RequestOptions |
Promise
<T
>