3 lines
51 B
TypeScript
Raw Normal View History

export class Affinities {
[key:string]: number;
}