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 63c38d3 commit cdb5b16Copy full SHA for cdb5b16
test/data/sandbox/configs/custom-helper-esm/steps.d.ts
@@ -0,0 +1,11 @@
1
+/// <reference types='codeceptjs' />
2
+type MyHelper = InstanceType<typeof import('./myhelper_helper.js').default>;
3
+
4
+declare namespace CodeceptJS {
5
+ interface SupportObject { I: I, current: any }
6
+ interface Methods extends FileSystem, MyHelper {}
7
+ interface I extends WithTranslation<Methods> {}
8
+ namespace Translation {
9
+ interface Actions {}
10
+ }
11
+}
0 commit comments