Type Alias: IBlueprint<TValues>
Type Alias: IBlueprint<TValues>
type IBlueprint<TValues> = Config<TValues>;
Blueprint Interface.
Represents the blueprint configuration object, which is an instance of Config.
Type Parameters
TValues
TValues
extends object
= any