Preparing search index...
The search index is not available
Harmony Auth Documentation
Harmony Auth Documentation
Definitions/User
PageArrayResponse
Interface PageArrayResponse<T>
interface
PageArrayResponse
<
T
>
{
count
?:
number
;
format
:
OutputFormat
;
from
?:
number
;
items
:
T
[]
;
limit
:
number
;
next
?:
string
;
total
?:
number
;
}
Type Parameters
T
Hierarchy (
View Summary
)
PageSummaryResponse
PageArrayResponse
Index
Properties
count?
format
from?
items
limit
next?
total?
Properties
Optional
count
count
?:
number
format
format
:
OutputFormat
Optional
from
from
?:
number
items
items
:
T
[]
limit
limit
:
number
Optional
next
next
?:
string
Optional
total
total
?:
number
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
count
format
from
items
limit
next
total
Harmony Auth Documentation
Loading...