Skip to content

fern issue troubleshooting #198

fern issue troubleshooting

fern issue troubleshooting #198

Triggered via push February 27, 2025 14:51
Status Failure
Total duration 1m 9s
Artifacts

ci.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

8 errors
compile: src/core/schemas/builders/object/object.ts#L285
Argument of type 'unknown' is not assignable to parameter of type 'object'.
compile: src/core/schemas/builders/object/object.ts#L289
Argument of type 'unknown' is not assignable to parameter of type 'object'.
compile: src/core/schemas/builders/object/object.ts#L290
Argument of type 'unknown' is not assignable to parameter of type 'object'.
compile: src/utilities/flow.ts#L70
Type 'Record<string, unknown> | undefined' is not assignable to type 'Record<string, unknown>'.
compile: src/utilities/flow.ts#L91
Conversion of type 'O' to type 'object' may be a mistake because neither type sufficiently overlaps with the other. If this was intentional, convert the expression to 'unknown' first.
compile: src/utilities/flow.ts#L92
Conversion of type 'O' to type 'object' may be a mistake because neither type sufficiently overlaps with the other. If this was intentional, convert the expression to 'unknown' first.
compile
Process completed with exit code 2.
test
Process completed with exit code 1.