Interface ConfiguredManagedValue<Value>

interface ConfiguredManagedValue<Value> {
    cls: typeof ManagedValue;
    params: ManagedValueParams;
}

Type Parameters

  • Value = any

Properties

Properties

cls: typeof ManagedValue