Type Alias InferBindingGetType<BindingT>

InferBindingGetType<BindingT>: BindingT extends ReadonlyBinding<infer GetType>
    ? GetType
    : never

Infers the stored value type from a binding type

Type Parameters

  • BindingT