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