feat(ts): interface InterpreterSettings
This commit is contained in:
12
server/src/types/index.ts
Normal file
12
server/src/types/index.ts
Normal file
@@ -0,0 +1,12 @@
|
||||
import {BrowserType, LaunchOptions} from "playwright";
|
||||
|
||||
/**
|
||||
* Interpreter settings properties including recording parameters.
|
||||
* @category Types
|
||||
*/
|
||||
export interface InterpreterSettings {
|
||||
maxConcurrency: number;
|
||||
maxRepeats: number;
|
||||
debug: boolean;
|
||||
params?: any;
|
||||
}
|
||||
Reference in New Issue
Block a user