Skip to content

Commit 0c7f82a

Browse files
authored
Added back sessionId jsdocs for createSession
1 parent b22477a commit 0c7f82a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ class Scrappey {
3333

3434
/**
3535
* @typedef {Object} createOptions
36+
* @property {string|null} [session] - (optional) The ID of the session to use for the request.
3637
* @property {string|null} [proxy] - (optional) Proxy configuration for the request.
3738
* @property {ProxyCountry|null} [proxyCountry] - (optional) Select the proxyCountry which will be used if no custom proxy is defined.
3839
*/

0 commit comments

Comments
 (0)