chore(deps): update devdependency @azure/functions to v4 #4162
Annotations
9 errors
src/runtime/entries/azure-functions.ts#L12
Type 'Headers' is not assignable to type 'Headers | { [key: string]: string | string[]; }'.
|
src/runtime/entries/azure-functions.ts#L15
Property 'rawBody' does not exist on type 'HttpRequest'.
|
src/runtime/entries/azure-functions.ts#L22
Type '{ [k: string]: string; }' is missing the following properties from type 'Headers': append, delete, get, has, and 7 more.
|
src/runtime/entries/azure-functions.ts#L23
Type 'string' is not assignable to type 'ReadableStream<any>'.
|
src/runtime/entries/azure.ts#L22
Type 'Headers' is not assignable to type 'Headers | { [key: string]: string | string[]; }'.
|
src/runtime/entries/azure.ts#L25
Property 'rawBody' does not exist on type 'HttpRequest'.
|
src/runtime/entries/azure.ts#L32
Type '{ [k: string]: string; }' is not assignable to type 'Headers'.
|
src/runtime/entries/azure.ts#L33
Type 'string' is not assignable to type 'ReadableStream<any>'.
|
|
The logs for this run have expired and are no longer available.
Loading