Skip to content

Commit

Permalink
fix(types): pass through CustomExecutionContext as context type in …
Browse files Browse the repository at this point in the history
…`ImportedConfigurationModule`
  • Loading branch information
Xunnamius committed Jun 30, 2024
1 parent db41974 commit cdc6af5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ export type ImportedConfigurationModule<
CustomExecutionContext extends ExecutionContext = ExecutionContext
> = (
| ((
context: ExecutionContext
context: CustomExecutionContext
) => Promisable<
Partial<
| RootConfiguration<CustomCliArguments, CustomExecutionContext>
Expand Down

0 comments on commit cdc6af5

Please sign in to comment.