Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 1.05 KB

ParentConfiguration.md

File metadata and controls

23 lines (13 loc) · 1.05 KB

@black-flag/coreDocs


@black-flag/core / index / ParentConfiguration

Type Alias: ParentConfiguration<CustomCliArguments, CustomExecutionContext>

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.

Type Parameters

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

CustomExecutionContext extends ExecutionContext = ExecutionContext

Defined in

types/module.ts:148