Skip to content

Commit 3161e29

Browse files
committed
create initial type file
1 parent 40fd6fb commit 3161e29

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
import { FEHostedContent } from 'src/frontend/feHostedContent';
2+
3+
export type HostedContent = {
4+
frontendData: FEHostedContent;
5+
};

0 commit comments

Comments
 (0)