We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9f7eafd + 64fcaee commit b01f197Copy full SHA for b01f197
src/endpoints/Newsrooms/types.ts
@@ -20,7 +20,7 @@ export interface SearchOptions extends ListOptions {
20
}
21
22
export interface ListResponse {
23
- newsrooms: Newsroom[];
+ newsrooms: Omit<Newsroom, 'policies'>[];
24
pagination: Pagination;
25
sort: string;
26
0 commit comments