SetConfigItem: {
    [K in DeepKeys<SetConfig>]: {
        index: K;
        value: DeepKeyValue<SetConfig, K>;
    }
}[DeepKeys<SetConfig>]