format and fixes
continuous-integration/drone/push Build is passing Details

pull/84/head
maxime 1 year ago
parent d8e14adbd1
commit 34de8f4693

@ -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
*/
Loading…
Cancel
Save