Skip to main content
Go to Latest
type alias DarkflareConfiguration
import { type DarkflareConfiguration } from "https://deno.land/x/darkflare@v5.0.0/DarkflareConfiguration.d.ts";
definition: { name?: string; base?: string; cors?: string; cache?: number | string; passThroughOnException?: boolean; onError?: (err: DarkflareError, request: Request) => Response; realm?: { app: string; database: string; token: string; }; }