Package version:

Type Alias FunctionsExtensionInvokeFunctionsHostResponse

FunctionsExtensionInvokeFunctionsHostResponse: {
    body: string;
}

Contains response data for the invokeFunctionsHost operation.

Type declaration

  • body: string

    The parsed response body.