Export types
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
import { Extensible } from "./interfaces";
|
||||
|
||||
const contentTypes: Extensible = {
|
||||
export type ContentType = string
|
||||
|
||||
const contentTypes= {
|
||||
text: {
|
||||
plain: "text/plain",
|
||||
html: "text/html",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
import { Extensible } from "./interfaces";
|
||||
|
||||
type HttpCode = {
|
||||
export type HttpCode = {
|
||||
code: number;
|
||||
name: string;
|
||||
description?: string;
|
||||
|
||||
Reference in New Issue
Block a user