diff --git a/typings/index.d.ts b/typings/index.d.ts index 89523177a..1a576c883 100644 --- a/typings/index.d.ts +++ b/typings/index.d.ts @@ -554,7 +554,7 @@ declare const xScenario: CodeceptJS.IScenario; declare const xFeature: CodeceptJS.IFeature; declare function Data(data: any): CodeceptJS.IData; declare function xData(data: any): CodeceptJS.IData; -declare function defineParameterType(options: CodeceptJS.IParameterTypeDefinition): void +declare function DefineParameterType(options: CodeceptJS.IParameterTypeDefinition): void // Hooks declare const BeforeSuite: CodeceptJS.IHook; @@ -599,7 +599,7 @@ declare namespace NodeJS { Given: typeof Given; When: typeof When; Then: typeof Then; - DefineParameterType: typeof defineParameterType + DefineParameterType: typeof DefineParameterType } }