export interface IPush {
    particles_nb: number;
    quantity: number;
}
