Type Alias ControlsOptions<O, K>

ControlsOptions<O, K>: {
    [control in K]: O[K]
}

Type Parameters