Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
11
export
interface
Position {
12
x: number;
13
y: number;
14
}
15
16
export
interface
Size {
17
w: number;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected