Preparing search index...
The search index is not available
discord-js-button-pagination-ts
discord-js-button-pagination-ts
<internal>
ResponseLike
Interface ResponseLike
From T, pick a set of properties whose keys are in the union K
interface
ResponseLike
{
arrayBuffer
:
()
=>
Promise
<
ArrayBuffer
>
;
body
:
null
|
Readable
|
ReadableStream
<
any
>
;
bodyUsed
:
boolean
;
headers
:
Headers
;
json
:
()
=>
Promise
<
unknown
>
;
ok
:
boolean
;
status
:
number
;
statusText
:
string
;
text
:
()
=>
Promise
<
string
>
;
}
Hierarchy (
View Summary
)
Pick
<
Response
,
|
"arrayBuffer"
|
"bodyUsed"
|
"headers"
|
"json"
|
"ok"
|
"status"
|
"statusText"
|
"text"
,
>
ResponseLike
Index
Properties
array
Buffer
body
body
Used
headers
json
ok
status
status
Text
text
Properties
Readonly
array
Buffer
arrayBuffer
:
()
=>
Promise
<
ArrayBuffer
>
body
body
:
null
|
Readable
|
ReadableStream
<
any
>
Readonly
body
Used
bodyUsed
:
boolean
Readonly
headers
headers
:
Headers
Readonly
json
json
:
()
=>
Promise
<
unknown
>
Readonly
ok
ok
:
boolean
Readonly
status
status
:
number
Readonly
status
Text
statusText
:
string
Readonly
text
text
:
()
=>
Promise
<
string
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
array
Buffer
body
body
Used
headers
json
ok
status
status
Text
text
discord-js-button-pagination-ts
Loading...
From T, pick a set of properties whose keys are in the union K