| Current Path : /home/deltalab/PMS/ims-connector/node_modules/graphql-compose-connection/lib/ |
| Current File : //home/deltalab/PMS/ims-connector/node_modules/graphql-compose-connection/lib/cursor.d.ts |
export declare type CursorDataType = {
[fieldName: string]: any;
} | any;
export declare function base64(i: string): string;
export declare function unbase64(i: string): string;
export declare function cursorToData(cursor?: string | any): CursorDataType | number | null;
export declare function dataToCursor(data: CursorDataType | number): string;
//# sourceMappingURL=cursor.d.ts.map