property BlobOptions.type Usage in Deno```typescript import { type BlobOptions } from "node:node__buffer.d.ts"; ``` The Blob content-type. The intent is for `type` to convey the MIME media type of the data, however no validation of the type format is performed. Type string | undefined