[Fix] improve type and use collection form #663
Annotations
10 errors
|
ci
Type 'string' is not assignable to type 'never'.
|
|
ci
Type 'string' is not assignable to type 'never'.
|
|
ci
Parameter 'tag' implicitly has an 'any' type.
|
|
ci
Parameter 'author' implicitly has an 'any' type.
|
|
ci
Binding element 'body' implicitly has an 'any' type.
|
|
ci
Type '{ $client: { source: "column"; fieldName: string; column: Omit<any, "isRequired"> & { isRequired: true; }; }; $server: { source: "column"; fieldName: string; column: Omit<any, "isRequired"> & { ...; }; }; } & { ...; }' is not assignable to type 'FieldShape'.
|
|
ci
Cannot find module '../../generated/genseki/unsanitized' or its corresponding type declarations.
|
|
ci
Type instantiation is excessively deep and possibly infinite.
|
|
ci
Type 'Resolver<{ example: string; author: { connect?: string | undefined; }; content: any; postTags: any; title: string; }, any, { example: string; author: { connect?: string | undefined; }; content: any; postTags: any; title: string; }>' is not assignable to type 'Resolver<{ [x: string]: bigint | Date | JsonValue | Uint8Array<ArrayBufferLike> | Partial<{ create: _InferCreateFields<Fields>; }> | Partial<...> | Partial<...> | undefined; }, any, { ...; }>'.
|
|
ci
No overload matches this call.
|