import Method from "./method"; import Type from "./type/type"; export default interface Delete extends Method { }