Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

UnknownPageProps

import type { UnknownPageProps } from "https://raw.githubusercontent.com/lucacasonato/fresh/04a32f34987fbd59ce646967f216b2cca072a58f/src/runtime/types.ts";
interface UnknownPageProps {
route: string;
url: URL;
}

§Properties

§
route: string
[src]

The route matcher (e.g. /blog/:id) that the request matched for this page to be rendered.

§
url: URL
[src]

The URL of the request that resulted in this page being rendered.