@black-flag/core • Docs
@black-flag/core / index / ParentConfiguration
ParentConfiguration<
CustomCliArguments
,CustomExecutionContext
>:Partial
<Configuration
<CustomCliArguments
,CustomExecutionContext
>>
A partial extension to the Configuration interface for non-root parent 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