pl-api
Preparing search index...
PlApiResponse
Type Alias PlApiResponse<T>
type
PlApiResponse
<
T
=
any
>
=
{
data
:
string
;
headers
:
Headers
;
json
:
T
;
ok
:
boolean
;
redirected
:
boolean
;
status
:
number
;
statusText
:
string
;
type
:
ResponseType
;
url
:
string
;
}
Type Parameters
T
=
any
Index
Properties
data
headers
json
ok
redirected
status
status
Text
type
url
Properties
data
data
:
string
headers
headers
:
Headers
json
json
:
T
ok
ok
:
boolean
redirected
redirected
:
boolean
status
status
:
number
status
Text
statusText
:
string
type
type
:
ResponseType
url
url
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
data
headers
json
ok
redirected
status
status
Text
type
url
pl-api
Loading...