Node.js SDK for digi.me
Preparing search index...
Types
<internal>
CategoriesBodyParams
Interface CategoriesBodyParams
interface
CategoriesBodyParams
{
query
?:
{
filter
?:
{
id
?:
number
[]
}
;
include
?:
LiteralUnion
<
CategoriesIncludeFieldList
,
string
>
[]
;
}
;
[
key
:
string
]:
unknown
;
}
Hierarchy
Record
<
string
,
unknown
>
CategoriesBodyParams
Indexable
[
key
:
string
]:
unknown
Index
Properties
query?
Properties
Optional
query
query
?:
{
filter
?:
{
id
?:
number
[]
}
;
include
?:
LiteralUnion
<
CategoriesIncludeFieldList
,
string
>
[]
;
}
Type declaration
Optional
filter
?:
{
id
?:
number
[]
}
Optional
include
?:
LiteralUnion
<
CategoriesIncludeFieldList
,
string
>
[]
Posible fields to include are defined in type CategoriesIncludeFieldList .
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
query
Node.js SDK for digi.me
Loading...
Posible fields to include are defined in type CategoriesIncludeFieldList .