Files
Moltbot/src/cli/browser-cli-shared.ts
Peter Steinberger 7d95f43a75 style: fix lint
2026-01-04 03:37:08 +00:00

6 lines
91 B
TypeScript

export type BrowserParentOpts = {
url?: string;
json?: boolean;
profile?: string;
};