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 0275acb commit 5edfb57Copy full SHA for 5edfb57
typings/index.d.ts
@@ -554,7 +554,7 @@ declare const xScenario: CodeceptJS.IScenario;
554
declare const xFeature: CodeceptJS.IFeature;
555
declare function Data(data: any): CodeceptJS.IData;
556
declare function xData(data: any): CodeceptJS.IData;
557
-declare function defineParameterType(options: CodeceptJS.IParameterTypeDefinition<any>): void
+declare function DefineParameterType(options: CodeceptJS.IParameterTypeDefinition<any>): void
558
559
// Hooks
560
declare const BeforeSuite: CodeceptJS.IHook;
0 commit comments