UNPKG

test-ic-wallet-middleware-common

Version:
6 lines (5 loc) 144 B
export interface PageResult { hasNext: boolean; nextPageKey?: string; } export declare const PageResultEmptyKey = "PageResultEmptyKey";