import RequestBody from "../../request/body/body"; import Id from "../../../../../id/id"; export default interface Body extends Id, RequestBody { }