Remove redundant comment #577
Annotations
3 errors
|
Lint, Build & Test (20.x)
Process completed with exit code 2.
|
|
Lint, Build & Test (20.x):
src/http/createRequest.ts#L100
Argument of type 'ApiError<ApiResponse<P> | undefined>' is not assignable to parameter of type 'ApiError<ApiErrorPayload>'.
|
|
Lint, Build & Test (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
|