Skip to main content

Type Alias: Request()

Request: <T>(method, url, options?) => Promise<T>

Type Parameters

Type Parameter
T

Parameters

ParameterType
methodMethod
urlstring
options?RequestOptions

Returns

Promise<T>