type alias URLPatternInputimport { type URLPatternInput } from "https://deno.land/x/aleph@1.0.0-alpha.54/framework/core/url_pattern.ts"; definition: { host?: string; pathname: string; }