Norms filter

This commit is contained in:
Timothy Armes
2023-07-17 11:51:10 +02:00
parent d3afc1d1f4
commit 22b8724e55
10 changed files with 98 additions and 11 deletions
+1
View File
@@ -16,6 +16,7 @@ export interface Tournament {
timeControl: TimeControl;
date: string;
latLng: LatLngLiteral;
norm: boolean;
}
export type ScrollableElement = Window | HTMLElement;