diff --git a/endpoints/general.types.ts b/endpoints/general.types.ts index 7a64cb3..7a865ea 100644 --- a/endpoints/general.types.ts +++ b/endpoints/general.types.ts @@ -59,7 +59,7 @@ export interface CursorPagingObject { items: TItem[]; } -export interface PagingOptions { +export type PagingOptions = { /** * The maximum number of items to return. Minimum: 1. Maximum: 50. * @default 20 @@ -70,7 +70,7 @@ export interface PagingOptions { * @default 0 (the first item) */ offset?: number; -} +}; /** * The reason for the restriction.