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

Interface RectangleShape

types/types.ts:18–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16}
17
18export interface RectangleShape {
19 id: string;
20 x: number;
21 y: number;
22 width: number;
23 height: number;
24 cornerRadius: number;
25}
26
27export interface EllipseShape {
28 id: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected