type alias URLPatternResultimport { type URLPatternResult } from "https://deno.land/x/aleph@1.0.0-alpha.54/framework/core/url_pattern.ts"; definition: { host: { input: string; groups: Record<string, string>; }; pathname: { input: string; groups: Record<string, string>; }; }