70bf21e064
Deploy (to testing) and Test Playground Preview Worker / Deploy Playground Preview Worker (testing) (push) Has been skipped
Deploy Workers Shared Staging / Deploy Workers Shared Staging (push) Failing after 0s
Prerelease / build (push) Has been skipped
Handle Changesets / Handle Changesets (push) Has been cancelled
Semgrep OSS scan / semgrep-oss (push) Has been cancelled
11 lines
432 B
Diff
11 lines
432 B
Diff
diff --git a/postal-mime.d.ts b/postal-mime.d.ts
|
|
index bf8dc08b669a7f78cb33f719d45435a6940e8996..953d9f81d670430bb20ef467193f34bb37eafc97 100644
|
|
--- a/postal-mime.d.ts
|
|
+++ b/postal-mime.d.ts
|
|
@@ -1,4 +1,4 @@
|
|
-export type RawEmail = string | ArrayBuffer | Uint8Array | Blob | Buffer | ReadableStream;
|
|
+export type RawEmail = string | ArrayBuffer | Uint8Array | Blob | ReadableStream;
|
|
|
|
export type Header = Record<string, string>;
|
|
|