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