Type Alias ConfigSetFromMetaSet<T, M, S>

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

Infer ConfigSet fields from a given ConfigMetaSet

Type Parameters