@gibme/starlink
Preparing search index...
index
Starlink
Common
PagedContent
Interface PagedContent<Type>
interface
PagedContent
<
Type
=
any
>
{
content
:
{
isLastPage
:
boolean
;
limit
:
number
;
pageIndex
:
number
;
results
:
Type
;
totalCount
:
number
;
}
;
errors
:
Member
[]
;
information
:
string
[]
;
isValid
:
boolean
;
warnings
:
Member
[]
;
}
Type Parameters
Type
=
any
Hierarchy (
View Summary
)
IPayload
PagedContent
Index
Properties
content
errors
information
is
Valid
warnings
Properties
content
content
:
{
isLastPage
:
boolean
;
limit
:
number
;
pageIndex
:
number
;
results
:
Type
;
totalCount
:
number
;
}
errors
errors
:
Member
[]
information
information
:
string
[]
is
Valid
isValid
:
boolean
warnings
warnings
:
Member
[]
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
content
errors
information
is
Valid
warnings
@gibme/starlink
Loading...