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 bf2297b commit 58f4bb7Copy full SHA for 58f4bb7
packages/typegen/src/templates/tsDef/types.hbs
@@ -3,3 +3,5 @@
3
{{#each items}}
4
export * from './{{{this}}}/types.js';
5
{{/each}}
6
+
7
+export type PHANTOM_GENERATED = 'generated';
packages/types/src/interfaces/types.ts
@@ -78,3 +78,5 @@ export * from './vesting/types.js';
78
export * from './xcm/types.js';
79
export * from './xcmPaymentApi/types.js';
80
export * from './xcmRuntimeApi/types.js';
81
82
0 commit comments