Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/entropy/src/router/types/redirect_destination.type.ts>RedirectDestination

The core module of Entropy framework for Deno.
Latest
type alias RedirectDestination
import { type RedirectDestination } from "https://deno.land/x/entropy@1.0.0-beta.17/src/router/types/redirect_destination.type.ts";
definition: RoutePath | Url | { name: string; params?: Record<string, string>; }