From 3693c4ac1345294f804c26f8dd0ad1884ab61068 Mon Sep 17 00:00:00 2001 From: Volodymyr Momot <86200333+mmtv-qa@users.noreply.github.com> Date: Thu, 19 Dec 2024 17:05:16 +0200 Subject: [PATCH] Update types.d.ts --- packages/playwright-core/types/types.d.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/playwright-core/types/types.d.ts b/packages/playwright-core/types/types.d.ts index ba83204e7e..1445e54d7a 100644 --- a/packages/playwright-core/types/types.d.ts +++ b/packages/playwright-core/types/types.d.ts @@ -18433,7 +18433,7 @@ export interface APIResponse { * * This method will throw if the response body is not parsable via `JSON.parse`. */ - json(): Promise; + json(): Promise; /** * Contains a boolean stating whether the response was successful (status in the range 200-299) or not. @@ -20571,7 +20571,7 @@ export interface Response { * * This method will throw if the response body is not parsable via `JSON.parse`. */ - json(): Promise; + json(): Promise; /** * Contains a boolean stating whether the response was successful (status in the range 200-299) or not.