/** * Model: ResponseCursor * * THIS FILE HAS BEEN AUTOMATICALLY GENERATED. DO NOT EDIT. * */ /** * Pagination cursor */ export interface ResponseCursor { before?: number; after?: number; } //# sourceMappingURL=response-cursor.d.ts.map