Meldbase TypeScript API
Preparing search index...
@meldbase/client
PageResult
Interface PageResult<T>
interface
PageResult
<
T
extends
Document
>
{
documents
:
readonly
T
[]
;
nextCursor
?:
string
;
}
Type Parameters
T
extends
Document
Index
Properties
documents
next
Cursor?
Properties
Readonly
documents
documents
:
readonly
T
[]
Optional
Readonly
next
Cursor
nextCursor
?:
string
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
documents
next
Cursor
Meldbase TypeScript API
Loading...