Interface: IBlueprintBuilder<BlueprintType>
Interface: IBlueprintBuilder<BlueprintType>
Represents a IBlueprintBuilder type.
Type Parameters
BlueprintType
BlueprintType
extends IBlueprint
= IBlueprint
Properties
build()
build: (modules) => Promise<BlueprintType>;
Build the configuration blueprint by extracting metadata from the provided modules.
Parameters
modules
unknown
[]
The modules to build the configuration from.
Returns
Promise
<BlueprintType
>
The configuration blueprint.