deno
deno copied to clipboard
fix(types): missing `import` permission on `PermissionOptionsObject`
https://github.com/denoland/deno/pull/26101 added support for specifying the import
permission on web workers but the types were not updated to match the change.