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.