We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6fbf0a6 commit ddab6aeCopy full SHA for ddab6ae
src/lib/definitions.ts
@@ -5,7 +5,7 @@ export const getInterfaceDefinition = (interfaceName: string, typeName: string)
5
};
6
7
export const getTypeDefinition = (typeName: string): string => {
8
- return `type ${typeName} = `;
+ return `export type ${typeName} = `;
9
10
11
export const getSvgConstant = (
0 commit comments