Skip to main content
Go to Latest
interface Route
import { type Route } from "https://deno.land/x/the@0.0.0.4.8/mod.ts";

Properties

path: string
optional
method: string
optional
islogin: boolean
optional
roles: string[]
optional
guard: guard[]