Skip to main content
Module

x/alosaur/src/models/meta-route.ts>MetaRoute

Alosaur - Deno web framework with many decorators
Go to Latest
interface MetaRoute
import { type MetaRoute } from "https://deno.land/x/alosaur@v0.9.0/src/models/meta-route.ts";

Properties

baseRoute: string
route: string
target: { [key: string]: any; }
action: string
method: string
params: ParamArgs[]
optional
routeParams: { [key: string]: any; }