export interface IUpdateMultiSelectorCommand {
    shouldIgnoreInterval: boolean;
    shouldIgnoreDuplicate: boolean;
}
