StateValue TypeAlias
This type provides no additional functionality over the type it wraps. It is used to ensure type safety within package. Users may find it convenient to just use the type it wraps directly.
This API is reserved for internal system use and should not be imported directly. It may change at any time without notice.
For more information about our API support guarantees, see here.
Signature
type StateValue<T> = T & StateValueBrand<T>;
Type Parameters
Parameter | Description |
---|---|
T |