type alias Pathimport { type Path } from "https://deno.land/x/dropserver_app@v0.2.2/approutes.ts"; Describes the path that the request must match to execute this route definition: { path: string; end: boolean; }