Skip to content

Commit 3f7de6c

Browse files
committed
[DEV-21181] Add domain to the NewsroomRef API presentation
1 parent 809dc17 commit 3f7de6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/types/Newsroom.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ export interface NewsroomRef {
1616
thumbnail_url: string;
1717
name: string;
1818
subdomain: string;
19+
domain: string;
1920

2021
status: Newsroom.Status;
2122
/**
@@ -80,7 +81,6 @@ export interface NewsroomRef {
8081
}
8182

8283
export interface Newsroom extends NewsroomRef {
83-
domain: string;
8484
is_hub: boolean;
8585
// extended details
8686
cultures: CultureRef[];

0 commit comments

Comments
 (0)