We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 498463d commit d6ad54fCopy full SHA for d6ad54f
1 file changed
types/appTemplates/appTemplates.d.ts
@@ -1,3 +1,6 @@
1
-import AppManagingAccount = require('./AppManagingAccount');
2
-import AppClientAccount = require('./AppClientAccount');
3
-export { AppManagingAccount, AppClientAccount };
+import AppManagingAccount from './AppManagingAccount';
+import AppClientAccount from './AppClientAccount';
+import CollectorClient from './CollectorClient';
4
+import CollectorInvite from './CollectorInvite';
5
+
6
+export { AppManagingAccount, AppClientAccount, CollectorClient, CollectorInvite };
0 commit comments