import { ViewDetails } from "./ViewDetails"; export interface RouteDetails { controller: any; controller_path: string; view_detail: ViewDetails[]; }