Skip to content

Update scripts

Update scripts #576

Triggered via push September 25, 2025 12:17
Status Failure
Total duration 53s
Artifacts

check.yml

on: push
Matrix: Build, Test & Prettier
Fit to window
Zoom out
Zoom in

Annotations

3 errors
Build, Test & Prettier (20.x)
Process completed with exit code 2.
Build, Test & Prettier (20.x): src/http/createRequest.ts#L100
Argument of type 'ApiError<ApiResponse<P> | undefined>' is not assignable to parameter of type 'ApiError<ApiErrorPayload>'.
Build, Test & Prettier (20.x): src/http/createRequest.ts#L92
Type '{ status: string; code: number | undefined; message: string; errors: { ':global': { code: number | undefined; message: string | undefined; }[]; }; }' is missing the following properties from type 'ApiResponse<P>': payload, headers, statusText