MCPcopy Create free account
hub / github.com/Shitanshukumar607/Drawspace / EllipseShape

Interface EllipseShape

types/types.ts:27–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25}
26
27export interface EllipseShape {
28 id: string;
29 x: number;
30 y: number;
31 radiusX: number;
32 radiusY: number;
33}
34
35export interface ArrowShape {
36 id: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected