Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 1.03 KB

ChildConfiguration.md

File metadata and controls

23 lines (13 loc) · 1.03 KB

@black-flag/coreDocs


@black-flag/core / index / ChildConfiguration

Type Alias: ChildConfiguration<CustomCliArguments, CustomExecutionContext>

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.

Type Parameters

CustomCliArguments extends Record<string, unknown> = Record<string, unknown>

CustomExecutionContext extends ExecutionContext = ExecutionContext

Defined in

types/module.ts:158