From 34de8f46931c92d16d02e6725fb70895e59f6e4a Mon Sep 17 00:00:00 2001 From: maxime Date: Mon, 8 Jan 2024 23:30:53 +0100 Subject: [PATCH] format and fixes --- front/model/tactic/{CourtObjects.ts => Ball.ts} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename front/model/tactic/{CourtObjects.ts => Ball.ts} (81%) diff --git a/front/model/tactic/CourtObjects.ts b/front/model/tactic/Ball.ts similarity index 81% rename from front/model/tactic/CourtObjects.ts rename to front/model/tactic/Ball.ts index 56316d2..28e4830 100644 --- a/front/model/tactic/CourtObjects.ts +++ b/front/model/tactic/Ball.ts @@ -1,6 +1,6 @@ -export type CourtObject = { type: "ball" } & CourtObjects +export type CourtObject = { type: "ball" } & Ball -export interface CourtObjects { +export interface Ball { /** * The ball is a "ball" court object */