mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-05-12 03:42:08 +00:00
5 lines
68 B
TypeScript
5 lines
68 B
TypeScript
export type Cursor = {
|
|
x: number
|
|
y: number
|
|
visible: boolean
|
|
}
|