interface UnknownPagePropsimport { type UnknownPageProps } from "https://deno.land/x/fresh@1.4.0/src/server/mod.ts"; Type ParametersoptionalT = anyoptionalS = Record<string, unknown>Propertiesurl: URLThe URL of the request that resulted in this page being rendered. route: stringThe route matcher (e.g. /blog/:id) that the request matched for this page to be rendered. data: TAdditional data passed into HandlerContext.renderNotFound. Defaults to undefined. state: S