Stone.js API
    Preparing search index...
    AzureFunctionsHttpEventHandlerFunction: (
        request: AzureHttpRequest,
        executionContext?: AzureFunctionsHttpExecutionContext,
    ) => Promise<AzureHttpResponseInit>

    The Azure Functions HTTP handler: (request, invocationContext) => Promise<HttpResponseInit>, the signature app.http('name', { handler }) expects from @azure/functions v4.

    Type Declaration