import Code from "../code/code"; import Body from "../body/body"; export default interface InternalServerError extends Code<500>, Body { }