Type Alias SwitchControlConfig

SwitchControlConfig: {
    options: { label: string; value: string }[];
    type: "switch";
}

Type declaration

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