import type { TMethod } from "../types/routes"; export interface IRouteInfo { enabled: boolean; path: string; method: TMethod | TMethod[]; }