import type { RangeValue } from "@tsparticles/engine";
export interface IRemove {
    quantity: RangeValue;
}
