Skip to content

Made references to Assets and Entries translateble #41

Made references to Assets and Entries translateble

Made references to Assets and Entries translateble #41

Triggered via pull request June 24, 2024 18:16
Status Failure
Total duration 23s
Artifacts

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

3 errors
Test: src/valueSchema.ts#L304
Type 'ZodObject<extendShape<extendShape<{ id: ZodString; }, { objectType: ZodLiteral<"entry">; }>, { id: unknown; objectType: unknown; readonly _type: unknown; readonly _output: unknown; readonly _input: unknown; ... 32 more ...; isNullable: unknown; }>, any, any, { ...; }, { ...; }>' is not assignable to type 'ZodType<ResolvedValueContentReferenceToEntry, ZodTypeDef, ResolvedValueContentReferenceToEntry>'.
Test: src/valueSchema.ts#L305
Argument of type 'ZodLazy<ZodObject<extendShape<extendShape<{ id: ZodReadonly<ZodString>; created: ZodReadonly<ZodNumber>; updated: ZodOptional<ZodNumber>; }, { ...; }>, { ...; }>, "strip", ZodTypeAny, { ...; }, { ...; }>>' is not assignable to parameter of type 'AnyZodObject'.
Test
Process completed with exit code 2.