export interface IGridPathOptions { autoMaze?: boolean; cellSize: number; graph?: Record; mazeHeight?: number; mazeWidth?: number; }