UNPKG

discord-battleship

Version:

Create and handle advanced versions of the old classic game, BatlleShip!

10 lines 215 B
export default interface Board { data: string; ship: string; cords: { letter: string; number: number; cord: string; }; } //# sourceMappingURL=Board.interface.d.ts.map