MCPcopy
hub / github.com/ananthakumaran/paisa / Position

Interface Position

desktop/frontend/wailsjs/runtime/runtime.d.ts:11–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9*/
10
11export interface Position {
12 x: number;
13 y: number;
14}
15
16export interface Size {
17 w: number;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected