import CreateBody from "../../../create/request/body/body"; export default interface Body extends CreateBody { path: string; }