Type Alias MultiSwitchControlConfig

MultiSwitchControlConfig: {
    options: { label: string; value: string }[];
    type: "multiSwitch";
}

Type declaration

  • options: { label: string; value: string }[]
  • type: "multiSwitch"