@black-flag/core • Docs
@black-flag/core / index / ChildConfiguration
ChildConfiguration<
CustomCliArguments
,CustomExecutionContext
>:Partial
<Configuration
<CustomCliArguments
,CustomExecutionContext
>>
A partial extension to the Configuration interface for child configurations. This type was designed for use in external ESM/CJS module files that will eventually get imported via auto-discovery.
• CustomCliArguments extends Record
<string
, unknown
> = Record
<string
, unknown
>
• CustomExecutionContext extends ExecutionContext
= ExecutionContext