Skip to content

Commit

Permalink
🐛 fix rebase code duplication
Browse files Browse the repository at this point in the history
  • Loading branch information
danyx23 committed Mar 16, 2024
1 parent 5cc3725 commit 5dedb67
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions packages/@ourworldindata/types/src/gdocTypes/Gdoc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -178,22 +178,6 @@ export interface OwidGdocAuthorInterface extends OwidGdocBaseInterface {
latestWorkLinks?: DbEnrichedLatestWork[]
}

export interface OwidGdocAuthorContent {
type: OwidGdocType.Author
title?: string
role: string
bio?: EnrichedBlockText[]
socials?: EnrichedBlockSocials
"featured-image"?: string
authors: string[]
body: OwidEnrichedGdocBlock[]
}

export interface OwidGdocAuthorInterface extends OwidGdocBaseInterface {
content: OwidGdocAuthorContent
latestWorkLinks?: DbEnrichedLatestWork[]
}

export type OwidGdocContent =
| OwidGdocPostContent
| OwidGdocDataInsightContent
Expand Down

0 comments on commit 5dedb67

Please sign in to comment.