Manuel Bustillo dc735f1a2c
All checks were successful
Playwright Tests / test (pull_request) Has been skipped
Check usage of free licenses / build-static-assets (pull_request) Successful in 43s
Add copyright notice / copyright_notice (pull_request) Successful in 47s
Add copyright notice
2024-12-28 18:53:59 +00:00

5 lines
92 B
TypeScript

/* Copyright (C) 2024 Manuel Bustillo*/
export class Affinities {
[key:string]: number;
}