UNPKG

111 BTypeScriptView Raw
1export interface IParticlesFrequencies {
2 links: Map<string, number>;
3 triangles: Map<string, number>;
4}