Skip to content

Commit dc413e3

Browse files
authored
Unknown overrides all other types in this union type (#31609)
1 parent e24ee3e commit dc413e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

generators/bootstrap/generator.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ export default class BootstrapGenerator extends CommandBaseGenerator<typeof comm
8181
}
8282
}
8383

84-
get multistepTransform(): Record<string, (this: this) => unknown | Promise<unknown>> {
84+
get multistepTransform(): Record<string, (this: this) => unknown> {
8585
return {
8686
queueMultistepTransform() {
8787
this.queueMultistepTransform();

0 commit comments

Comments
 (0)