Skip to content

Commit 5edfb57

Browse files
authored
fix(typings): wrong DefineParameterType
1 parent 0275acb commit 5edfb57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

typings/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -554,7 +554,7 @@ declare const xScenario: CodeceptJS.IScenario;
554554
declare const xFeature: CodeceptJS.IFeature;
555555
declare function Data(data: any): CodeceptJS.IData;
556556
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
558558

559559
// Hooks
560560
declare const BeforeSuite: CodeceptJS.IHook;

0 commit comments

Comments
 (0)