interface ErrorPageModuleimport { type ErrorPageModule } from "https://deno.land/x/fresh@1.1.2/src/server/types.ts"; Propertiesoptionaldefault: ComponentType<ErrorPageProps>optionalhandler: ErrorHandleroptionalconfig: RouteConfig