From 86e66485d56bb43c1bec62874a251dbf47e0d29b Mon Sep 17 00:00:00 2001 From: Artem Melnyk Date: Wed, 6 Mar 2024 00:18:17 +0100 Subject: [PATCH] fix: tests --- endpoints/general.types.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.