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

Interface LineShape

types/types.ts:10–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8}
9
10export interface LineShape {
11 id: string;
12 initialX: number;
13 initialY: number;
14 x: number;
15 y: number;
16}
17
18export interface RectangleShape {
19 id: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected