Make most object types pass through unrecognized properties #31
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.
|