From c3da429a23e7ee8d936e8d74de3e0f9b2c3dac2c Mon Sep 17 00:00:00 2001 From: Jennifer Shehane Date: Fri, 13 Dec 2024 12:54:15 -0500 Subject: [PATCH] Add ts-ignore --- packages/server/lib/automation/util.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packages/server/lib/automation/util.ts b/packages/server/lib/automation/util.ts index bc3caab879d3..baf04a9ec320 100644 --- a/packages/server/lib/automation/util.ts +++ b/packages/server/lib/automation/util.ts @@ -1,6 +1,7 @@ import type playwright from 'playwright-webkit' import { domainMatch } from 'tough-cookie' +// @ts-ignore export type CyCookie = Pick & { // use `undefined` instead of `unspecified` sameSite?: 'no_restriction' | 'lax' | 'strict' @@ -8,6 +9,7 @@ export type CyCookie = Pick {