Add more files

This commit is contained in:
2025-02-08 19:34:20 -06:00
parent 82a0a290d4
commit 503e82c2f4
7 changed files with 159 additions and 2 deletions

View File

@@ -1,8 +1,8 @@
import { Extensible } from "./interfaces";
export type ContentType = string
export type ContentType = string;
const contentTypes= {
const contentTypes = {
text: {
plain: "text/plain",
html: "text/html",