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;
554554declare const xFeature : CodeceptJS . IFeature ;
555555declare function Data ( data : any ) : CodeceptJS . IData ;
556556declare function xData ( data : any ) : CodeceptJS . IData ;
557- declare function defineParameterType ( options : CodeceptJS . IParameterTypeDefinition < any > ) : void
557+ declare function DefineParameterType ( options : CodeceptJS . IParameterTypeDefinition < any > ) : void
558558
559559// Hooks
560560declare const BeforeSuite : CodeceptJS . IHook ;
@@ -599,7 +599,7 @@ declare namespace NodeJS {
599599 Given : typeof Given ;
600600 When : typeof When ;
601601 Then : typeof Then ;
602- DefineParameterType : typeof defineParameterType
602+ DefineParameterType : typeof DefineParameterType
603603 }
604604}
605605
You can’t perform that action at this time.
0 commit comments