mirror of
https://github.com/farcasclaudiu/openclaw.git
synced 2026-06-23 11:01:06 +03:00
style: fix lint
This commit is contained in:
@@ -1 +1,5 @@
|
||||
export type BrowserParentOpts = { url?: string; json?: boolean; profile?: string };
|
||||
export type BrowserParentOpts = {
|
||||
url?: string;
|
||||
json?: boolean;
|
||||
profile?: string;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user