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

Interface ArrowShape

types/types.ts:35–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33}
34
35export interface ArrowShape {
36 id: string;
37 x: number;
38 y: number;
39 points: number[];
40}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected