interface PluginRouteimport { type PluginRoute } from "https://dotland.deno.dev/x/fresh@1.7.3/src/server/mod.ts"; Propertiespath: stringA path in the format of a filename path without filetype optionalcomponent: | ComponentType<PageProps> | ComponentType<AppProps> | AsyncRoute | AsyncLayoutoptionalhandler: Handler<any, any> | Handlers<any, any>