Skip to content

Make most object types pass through unrecognized properties #31

Make most object types pass through unrecognized properties

Make most object types pass through unrecognized properties #31

Triggered via pull request October 21, 2024 11:34
Status Failure
Total duration 38s
Artifacts

main.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

5 errors
build: src/server/index.ts#L94
Type 'unknown' is not assignable to type 'objectOutputType<{ listChanged: ZodOptional<ZodBoolean>; }, ZodTypeAny, "passthrough"> | undefined'.
build: src/server/index.ts#L95
Type 'unknown' is not assignable to type 'objectOutputType<{ subscribe: ZodOptional<ZodBoolean>; listChanged: ZodOptional<ZodBoolean>; }, ZodTypeAny, "passthrough"> | undefined'.
build: src/server/index.ts#L98
Type 'unknown' is not assignable to type 'objectOutputType<{ listChanged: ZodOptional<ZodBoolean>; }, ZodTypeAny, "passthrough"> | undefined'.
build: src/server/index.ts#L99
Type 'unknown' is not assignable to type 'objectOutputType<{}, ZodTypeAny, "passthrough"> | undefined'.
build
Process completed with exit code 2.