* Get a field value from the store for the given type, key and field * name — and optionally field arguments. If the field name is not given, * a reference to the type will be returned. * * If the the value for this field is not set, a value will be * generated according to field retu
(
args: GetArgs<KeyT>,
)
| 104 | * ``` |
| 105 | */ |
| 106 | get<KeyT extends KeyTypeConstraints = string, ReturnKeyT extends KeyTypeConstraints = string>( |
| 107 | args: GetArgs<KeyT>, |
| 108 | ): unknown | Ref<ReturnKeyT>; |
| 109 | /** |
no outgoing calls