Skip to main content
Go to Latest
type alias EaCApplicationLookupConfiguration
Re-export
import { type EaCApplicationLookupConfiguration } from "https://deno.land/x/fathym_everything_as_code@v0.0.354-integration/mod.ts";
definition: { AllowedMethods?: string[]; IsPrivate?: boolean; IsTriggerSignIn?: boolean; PathPattern: string; Priority: number; UserAgentRegex?: string; }