mirror of
https://github.com/TheRealOwenRees/chess-scribe-website.git
synced 2026-07-23 01:46:57 +00:00
use shared IPosition interface for diagrams and current move state
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
export interface IPosition {
|
||||
ply: number;
|
||||
fen: string;
|
||||
}
|
||||
Reference in New Issue
Block a user