Skip to content

Commit

Permalink
fix: TypeScript 4.8 update (#16040)
Browse files Browse the repository at this point in the history
  • Loading branch information
kitsonk committed Sep 26, 2022
1 parent 4b01ef5 commit 4ad48d5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cli/dts/lib.dom.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ and limitations under the License.


/// <reference no-default-lib="true"/>
/// <reference lib="dom.extras" />


/////////////////////////////
Expand Down Expand Up @@ -11554,6 +11555,7 @@ interface Response extends Body {
declare var Response: {
prototype: Response;
new(body?: BodyInit | null, init?: ResponseInit): Response;
json(data: unknown, init?: ResponseInit): Response;
error(): Response;
redirect(url: string | URL, status?: number): Response;
};
Expand Down

0 comments on commit 4ad48d5

Please sign in to comment.