1073b0c214
CI / Lint (push) Has been cancelled
CI / Type Check (push) Has been cancelled
CI / Test (push) Has been cancelled
CI / Build (push) Has been cancelled
Bump Nix package on release / bump (release) Has been cancelled
Update Homebrew Cask / update-cask (release) Has been cancelled
7 lines
186 B
TypeScript
7 lines
186 B
TypeScript
import type { CursorRecordingData } from "../../../../src/native/contracts";
|
|
|
|
export interface CursorRecordingSession {
|
|
start(): Promise<void>;
|
|
stop(): Promise<CursorRecordingData>;
|
|
}
|