import { Router } from "express" export default (rootDirectory: string): Router | Router[] => { // add your custom routes here return [] }