init
This commit is contained in:
+6
@@ -0,0 +1,6 @@
|
||||
export interface PaginationResult<R> extends Array<R> {
|
||||
next(): Promise<PaginationResult<R>>;
|
||||
totalResults: null | number;
|
||||
done: boolean;
|
||||
}
|
||||
//# sourceMappingURL=pagination.d.ts.map
|
||||
Reference in New Issue
Block a user