From e0b7cb1dd64ec5351f67db39e6eb1972c313f925 Mon Sep 17 00:00:00 2001 From: kobenguyent Date: Tue, 20 Jun 2023 14:19:10 +0200 Subject: [PATCH] fix: generate types command --- lib/command/definitions.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/command/definitions.js b/lib/command/definitions.js index cf183ec39..c119d85aa 100644 --- a/lib/command/definitions.js +++ b/lib/command/definitions.js @@ -37,7 +37,7 @@ const getDefinitionsFileContent = ({ customHelpers, }) => { if (hasCustomHelper && hasCustomStepsFile) { - return `${['ReturnType', ...customHelpers].join(', ')}`; + return `${['ReturnType', 'WithTranslation'].join(', ')}`; } if (hasCustomStepsFile) {