use shared IPosition interface for diagrams and current move state

This commit is contained in:
2026-06-02 20:17:48 +02:00
parent 87fa6997ee
commit 1d6a9f8e6e
4 changed files with 12 additions and 14 deletions
+4
View File
@@ -0,0 +1,4 @@
export interface IPosition {
ply: number;
fen: string;
}