File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -554,7 +554,7 @@ declare const xScenario: CodeceptJS.IScenario;
554
554
declare const xFeature : CodeceptJS . IFeature ;
555
555
declare function Data ( data : any ) : CodeceptJS . IData ;
556
556
declare function xData ( data : any ) : CodeceptJS . IData ;
557
- declare function defineParameterType ( options : CodeceptJS . IParameterTypeDefinition < any > ) : void
557
+ declare function DefineParameterType ( options : CodeceptJS . IParameterTypeDefinition < any > ) : void
558
558
559
559
// Hooks
560
560
declare const BeforeSuite : CodeceptJS . IHook ;
@@ -599,7 +599,7 @@ declare namespace NodeJS {
599
599
Given : typeof Given ;
600
600
When : typeof When ;
601
601
Then : typeof Then ;
602
- DefineParameterType : typeof defineParameterType
602
+ DefineParameterType : typeof DefineParameterType
603
603
}
604
604
}
605
605
You can’t perform that action at this time.
0 commit comments