@dialstack/sdk-dev / webrtc/src / Page
Interface: Page<I>
Defined in: sdk/webrtc/src/pagination.ts:16
The minimal list-envelope shape auto-pagination needs.
Type Parameters
I
I
Properties
data
TypeScript
data: I[];
Defined in: sdk/webrtc/src/pagination.ts:17
next_page_url
TypeScript
next_page_url: string | null;
Defined in: sdk/webrtc/src/pagination.ts:18