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