Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 1.04 KB

RootConfiguration.md

File metadata and controls

23 lines (13 loc) · 1.04 KB

@black-flag/coreDocs


@black-flag/core / index / RootConfiguration

Type Alias: RootConfiguration<CustomCliArguments, CustomExecutionContext>

RootConfiguration<CustomCliArguments, CustomExecutionContext>: Partial<ParentConfiguration<CustomCliArguments, CustomExecutionContext>>

A partial extension to the Configuration interface for root 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:138