Interface UseObjectValueOnceOptions<Value>

interface UseObjectValueOnceOptions<Value> {
    converter?: UseObjectValueOnceConverter<Value>;
}

Type Parameters

  • Value

Properties

Properties