UNPKG

@qite/tide-client

Version:
6 lines (5 loc) 95 B
export interface PageResult<T> { count: number; items: T[]; nextPageLink: string; }