UNPKG

@yubing744/rooch-sdk

Version:
6 lines (5 loc) 105 B
export interface IPage<T, C> { data: Array<T>; nextCursor: C | null; hasNextPage: boolean; }