Type alias ConfigSetFromMetaSet<T, M, S>

ConfigSetFromMetaSet<T, M, S>: {
    [longOption in keyof S]: ConfigOptionBase<T, M>
}

Infer ConfigSet fields from a given ConfigMetaSet

Type Parameters

Generated using TypeDoc