/** * Type representing a pagination cursor. * * @type {Cursor} */ export type Cursor = string; //# sourceMappingURL=cursor.d.ts.map