Skip to main content

ValueDirectoryOrState TypeAlias

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 ValueDirectoryOrState<T> = ValueRequiredState<T> | ValueDirectory<T>;

Type Parameters

Parameter Description
T