V2 #28
Annotations
2 errors
ci:
test/effect.test.ts#L10
Type 'Struct<{ title: typeof String$; description: typeof String$; keywords: mutable<Array$<typeof String$>>; views: typeof NumberFromString; }>' is not assignable to type 'Schema<{ readonly title: string; readonly description: string; readonly keywords: string[]; readonly views: number; }, { readonly title: string; readonly description: string; readonly keywords: string[]; readonly views: number; }, never>'.
|
ci
Process completed with exit code 2.
|