Preparing search index...
The search index is not available
@crowdin/crowdin-api-client
@crowdin/crowdin-api-client
TasksModel
ListUserTasksOptions
Interface ListUserTasksOptions
interface
ListUserTasksOptions
{
isArchived
?:
BooleanInt
;
limit
?:
number
;
offset
?:
number
;
orderBy
?:
string
;
status
?:
TasksModel
.
Status
;
}
Hierarchy (
view full
)
PaginationOptions
ListUserTasksOptions
Index
Properties
is
Archived?
limit?
offset?
order
By?
status?
Properties
Optional
is
Archived
is
Archived
?:
BooleanInt
Optional
limit
limit
?:
number
Optional
offset
offset
?:
number
Optional
order
By
order
By
?:
string
Optional
status
status
?:
TasksModel
.
Status
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
is
Archived
limit
offset
order
By
status
@crowdin/crowdin-api-client
Loading...