export interface FunctionAppHttpTriggerConfig { authLevel: string; methods: string[]; route: string; name: string; url: string; }