Preparing search index...
The search index is not available
@crowdin/crowdin-api-client
@crowdin/crowdin-api-client
IssuesModel
ListReportedIssuesOptions
Interface ListReportedIssuesOptions
interface
ListReportedIssuesOptions
{
limit
?:
number
;
offset
?:
number
;
status
?:
IssuesModel
.
Status
;
type
?:
IssuesModel
.
Type
;
}
Hierarchy (
view full
)
PaginationOptions
ListReportedIssuesOptions
Index
Properties
limit?
offset?
status?
type?
Properties
Optional
limit
limit
?:
number
Optional
offset
offset
?:
number
Optional
status
status
?:
IssuesModel
.
Status
Optional
type
type
?:
IssuesModel
.
Type
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
limit
offset
status
type
@crowdin/crowdin-api-client
Loading...