diff --git a/src/types.ts b/src/types.ts index f464df8..220aa11 100644 --- a/src/types.ts +++ b/src/types.ts @@ -45,5 +45,5 @@ export interface Pagination { export interface PaginatedResponse { pagination?: Pagination; - [key: string]: T[] | Pagination; + [key: string]: T[] | Pagination | undefined; }