interface Routeimport { type Route } from "https://deno.land/x/live@1.60.4/types.ts"; PropertiespathTemplate: stringoptionalisHref: booleanhandler: { value: Resolvable<Handler>; }optionalhighPriority: boolean