Typescript Error with Module '"@azure/functions"' has no exported member 'app'
Well, this is probably a typescript question but it is also related to Azure: In my Azure function Nodejs code: import { app, HttpRequest, HttpResponseInit, InvocationContext, } from "@azure/functions"; import { workerExec } from "./worker"; export async function myappfunction1( request:…