Type Alias: FunctionalConfiguration()<TValues>
Type Alias: FunctionalConfiguration()<TValues>
type FunctionalConfiguration<TValues> = (blueprint) => Promiseable<void>;
FunctionalConfiguration Type.
Represents a function that configures the system based on the provided blueprint.
Type Parameters
TValues
TValues
extends object
= any
Parameters
blueprint
IBlueprint
<TValues
>
The blueprint to configure.
Returns
Promiseable
<void
>
A promise that resolves when the configuration is complete.