Skip to content

Commit

Permalink
fix(core): type StompX page cursors as strings
Browse files Browse the repository at this point in the history
  • Loading branch information
aerovulpe committed Sep 27, 2023
1 parent 38af1a6 commit 0ea3d71
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/core/src/lib/stompx.ts
Original file line number Diff line number Diff line change
Expand Up @@ -534,8 +534,8 @@ export declare class StompXPageMetadata {
totalElement: number;
totalPages: number;
number: number;
start: number;
next: number;
start: string;
next: string;
}

export declare class StompXPageRelays {
Expand Down

0 comments on commit 0ea3d71

Please sign in to comment.