export interface IParticlesFrequencies {
    links: Map<string, number>;
    triangles: Map<string, number>;
}
