Documentation
Preparing search index...
@quatrain/api-client
QueryOptions
Type Alias QueryOptions
type
QueryOptions
=
{
batch
?:
number
;
debug
?:
boolean
;
headers
?:
Record
<
string
,
string
>
;
offset
?:
number
;
responseType
?:
string
;
url
?:
string
;
where
?:
object
;
[
key
:
string
]:
any
;
}
Indexable
[
key
:
string
]:
any
Index
Properties
batch?
debug?
headers?
offset?
response
Type?
url?
where?
Properties
Optional
batch
batch
?:
number
Optional
debug
debug
?:
boolean
Optional
headers
headers
?:
Record
<
string
,
string
>
Optional
offset
offset
?:
number
Optional
response
Type
responseType
?:
string
Optional
url
url
?:
string
Optional
where
where
?:
object
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
batch
debug
headers
offset
response
Type
url
where
Documentation
Loading...