Type alias StoreValue<S>

StoreValue<S>: ReturnType<S["get"]>

Gets the Value type of the Registry (the Record<K, T>)

Type Parameters

Generated using TypeDoc