property Deno.PermissionOptionsObject.env
Specifies if the `env` permission should be requested or revoked.
If set to `"inherit"`, the current `env` permission will be inherited.
If set to `true`, the global `env` permission will be requested.
If set to `false`, the global `env` permission will be revoked.
"inherit"
| boolean
| string[]