import BaseBody from "../../../body/body"; import Path from "./path/path"; import Method from "./method/method"; import Body from "./body/body"; export default interface Request extends BaseBody, Path, Method { }