Skip to content

Type Alias: TypedConfigBound<T>

ts
type TypedConfigBound<T> = ConfigBound<T>;

Defined in: packages/core/src/configBound.ts:91

Type Parameters

Type Parameter
T extends ConfigSchema

Deprecated

Use ConfigBound directly. ConfigBound is now generic — replace TypedConfigBound<T> with ConfigBound<T>. This alias will be removed in a future major version.