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