Add more files
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user