import PathInterface from "../path/path"; import MethodInterface from "../method/method"; export default interface Route extends PathInterface, MethodInterface { }