Source Code
Preparing search index...
The search index is not available
@resolution/jira-api-client
@resolution/jira-api-client
index
PageWithCursorGetPlanResponseForPage
Interface PageWithCursorGetPlanResponseForPage
interface
PageWithCursorGetPlanResponseForPage
{
cursor
?:
string
;
last
?:
boolean
;
nextPageCursor
?:
string
;
size
?:
number
;
total
?:
number
;
values
?:
GetPlanResponseForPage
[]
;
}
Index
Properties
cursor?
last?
next
Page
Cursor?
size?
total?
values?
Properties
Optional
cursor
cursor
?:
string
Optional
last
last
?:
boolean
Optional
next
Page
Cursor
next
Page
Cursor
?:
string
Optional
size
size
?:
number
Optional
total
total
?:
number
Optional
values
values
?:
GetPlanResponseForPage
[]
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
cursor
last
next
Page
Cursor
size
total
values
Source Code
@resolution/jira-api-client
Loading...