Skip to content

Commit

Permalink
fix: tests
Browse files Browse the repository at this point in the history
  • Loading branch information
MellKam committed Mar 5, 2024
1 parent 428231d commit 86e6648
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions endpoints/general.types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ export interface CursorPagingObject<TItem> {
items: TItem[];
}

export interface PagingOptions {
export type PagingOptions = {
/**
* The maximum number of items to return. Minimum: 1. Maximum: 50.
* @default 20
Expand All @@ -70,7 +70,7 @@ export interface PagingOptions {
* @default 0 (the first item)
*/
offset?: number;
}
};

/**
* The reason for the restriction.
Expand Down

0 comments on commit 86e6648

Please sign in to comment.