format and fixes
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
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…
Reference in new issue