diff --git a/src/endpoints/Newsrooms/types.ts b/src/endpoints/Newsrooms/types.ts index 18d7d250..1f70a55b 100644 --- a/src/endpoints/Newsrooms/types.ts +++ b/src/endpoints/Newsrooms/types.ts @@ -20,7 +20,7 @@ export interface SearchOptions extends ListOptions { } export interface ListResponse { - newsrooms: Newsroom[]; + newsrooms: Omit[]; pagination: Pagination; sort: string; }