@webitel/api-services
Preparing search index...
_models/getTimelineParams.zod
GetTimelineParams
Type Alias GetTimelineParams
type
GetTimelineParams
=
{
dateFrom
?:
string
;
dateTo
?:
string
;
fields
?:
string
[]
;
ids
?:
string
[]
;
page
?:
number
;
q
?:
string
;
size
?:
number
;
sort
?:
string
;
type
?:
GetTimelineTypeItem
[]
;
}
Index
Properties
date
From?
date
To?
fields?
ids?
page?
q?
size?
sort?
type?
Properties
Optional
date
From
dateFrom
?:
string
Optional
date
To
dateTo
?:
string
Optional
fields
fields
?:
string
[]
Optional
ids
ids
?:
string
[]
Optional
page
page
?:
number
Optional
q
q
?:
string
Optional
size
size
?:
number
Optional
sort
sort
?:
string
Optional
type
type
?:
GetTimelineTypeItem
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
date
From
date
To
fields
ids
page
q
size
sort
type
@webitel/api-services
Loading...