You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* For more information on the available parameters, see the [Hyperbrowser API documentation](https://docs.hyperbrowser.ai/sessions/overview/session-parameters).
90
91
* @default undefined
91
92
*/
92
-
sessionParams?: Record<string,unknown>;
93
+
sessionParams?: CreateSessionParams;
93
94
94
95
/**
95
96
* The number of hours to keep the virtual machine running before it times out.
0 commit comments