astro-ghostcms/.pnpm-store/v3/files/3a/261997c7eef5039e2ef37e730b3...

9 lines
213 B
Plaintext
Raw Normal View History

2024-02-14 14:10:47 +00:00
export interface RawHeaders {
"Content-Type": string;
"Content-Length"?: string;
}
export interface FormDataEncoderHeaders extends RawHeaders {
"content-type": string;
"content-length"?: string;
}