We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40fd6fb commit 3161e29Copy full SHA for 3161e29
dotcom-rendering/src/types/hostedContent.ts
@@ -0,0 +1,5 @@
1
+import { FEHostedContent } from 'src/frontend/feHostedContent';
2
+
3
+export type HostedContent = {
4
+ frontendData: FEHostedContent;
5
+};
0 commit comments