Type Alias ConfigOptionMeta<T, M, O>

ConfigOptionMeta<T, M, O>: Pick<Partial<O>, "type"> & Omit<O, "type">

The meta information for a config option definition, when the type and multiple values can be inferred by the method being used

Type Parameters