Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/alosaur/src/decorator/Area.ts>AreaConfig

Alosaur - Deno web framework with many decorators
Go to Latest
interface AreaConfig
import { type AreaConfig } from "https://deno.land/x/alosaur@v0.1.1/src/decorator/Area.ts";

Properties

optional
baseRoute: string
optional
controllers: Function[]