Home > chess.ts > BaseState BaseState type Signature: export type BaseState = { wtm: boolean; ep_square: number; half_moves: number; move_number: number; castling: number; };