import type { RangeValue } from "tsparticles-engine"; export interface IRemove { particles_nb: RangeValue; quantity: RangeValue; }