winget_types/installer/switches/
interactive.rs

1use crate::installer::switches::switch::InstallerSwitch;
2
3pub type InteractiveSwitch = InstallerSwitch<512>;