Skip to content

Commit

Permalink
fix: generate types command
Browse files Browse the repository at this point in the history
  • Loading branch information
kobenguyent committed Jun 20, 2023
1 parent 3fb39ae commit e0b7cb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/command/definitions.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ const getDefinitionsFileContent = ({
customHelpers,
}) => {
if (hasCustomHelper && hasCustomStepsFile) {
return `${['ReturnType<steps_file>', ...customHelpers].join(', ')}`;
return `${['ReturnType<steps_file>', 'WithTranslation<Methods>'].join(', ')}`;
}

if (hasCustomStepsFile) {
Expand Down

0 comments on commit e0b7cb1

Please sign in to comment.