interface ErrorPagePropsimport { type ErrorPageProps } from "https://dotland.deno.dev/x/fresh@1.1.1/server.ts"; Propertiesurl: URLThe URL of the request that resulted in this page being rendered. pattern: stringThe route matcher (e.g. /blog/:id) that the request matched for this page to be rendered. error: unknownThe error that caused the error page to be loaded.