Export types
This commit is contained in:
@@ -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