Skip to content

Commit

Permalink
prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
dblatcher committed Jan 3, 2025
1 parent 49bbaa2 commit af38ba7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions dotcom-rendering/src/types/content.ts
Original file line number Diff line number Diff line change
Expand Up @@ -728,9 +728,9 @@ interface WitnessTypeBlockElement extends ThirdPartyEmbeddedContent {
assets: WitnessAssetType[];
isThirdPartyTracking: boolean;
witnessTypeData:
| WitnessTypeDataImage
| WitnessTypeDataVideo
| WitnessTypeDataText;
| WitnessTypeDataImage
| WitnessTypeDataVideo
| WitnessTypeDataText;
}
export type FEElement =
| AdPlaceholderBlockElement
Expand Down Expand Up @@ -1062,5 +1062,5 @@ export type NewsletterLayout = {
title: string;
subtitle?: string;
newsletters: string[];
}[]
}[];
};

0 comments on commit af38ba7

Please sign in to comment.