diff options
Diffstat (limited to 'js/lib.deno_runtime.d.ts')
-rw-r--r-- | js/lib.deno_runtime.d.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/js/lib.deno_runtime.d.ts b/js/lib.deno_runtime.d.ts index 6027f39b8..6ddf29c6c 100644 --- a/js/lib.deno_runtime.d.ts +++ b/js/lib.deno_runtime.d.ts @@ -1313,6 +1313,7 @@ declare const removeEventListener: ( ) => void; declare type Blob = blob.DenoBlob; +declare type Body = domTypes.Body; declare type File = domTypes.DomFile; declare type CustomEventInit = customEvent.CustomEventInit; declare type CustomEvent = customEvent.CustomEvent; |