Skip to content

Commit

Permalink
chore: add jsdoc/typescript description to render to users
Browse files Browse the repository at this point in the history
  • Loading branch information
AtofStryker committed Feb 16, 2023
1 parent 16b3f9c commit 58851a5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions cli/types/cypress.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3545,6 +3545,12 @@ declare namespace Cypress {
action: 'select' | 'drag-drop'
}

/**
* Options that control how the `cy.setCookie` command
* sets the cookie in the browser.
*
* @see https://on.cypress.io/setcookie#Arguments
*/
interface SetCookieOptions extends Loggable, Timeoutable {
path: string
domain: string
Expand Down

0 comments on commit 58851a5

Please sign in to comment.