import { type Auth } from "https://deno.land/x/dropserver_app@v0.2.2/approutes.ts";
Auth object describes the authorization requirements to access the route.
definition: { allow: AuthAllow; }
import { type Auth } from "https://deno.land/x/dropserver_app@v0.2.2/approutes.ts";
Auth object describes the authorization requirements to access the route.