Dev #17
Merged
Dev #17
Annotations
10 errors and 1 warning
Run type checking
No overload matches this call.
|
Run type checking
Argument of type '(brand: BrandWithFiles) => { id: string; name: string; slug: string; description: string | null; shortDescription: string | null; website: string | null; email: string | null; phone: string | null; ... 12 more ...; logo: string | null; }' is not assignable to parameter of type '(value: { id: string; name: string; email: string | null; isActive: boolean; createdAt: Date; updatedAt: Date; description: string | null; slug: string; shortDescription: string | null; ... 11 more ...; files: { ...; }[]; }, index: number, array: { ...; }[]) => { ...; }'.
|
Run type checking
Argument of type '({ ctx, input }: ProcedureResolverOptions<{ session: { session: { id: string; userId: string; expiresAt: Date; createdAt: Date; updatedAt: Date; token: string; ipAddress?: string | null | undefined; userAgent?: string | ... 1 more ... | undefined; }; user: { ...; }; } | null; db: Database; token: string | null; head...' is not assignable to parameter of type 'ProcedureResolver<{ session: { session: { id: string; userId: string; expiresAt: Date; createdAt: Date; updatedAt: Date; token: string; ipAddress?: string | null | undefined; userAgent?: string | null | undefined; }; user: { ...; }; } | null; db: Database; token: string | null; headers: Headers; }, ... 4 more ..., u...'.
|
Run type checking
Parameter 'combination' implicitly has an 'any' type.
|
Run type checking
Parameter 'combination' implicitly has an 'any' type.
|
Run type checking
Parameter 'combination' implicitly has an 'any' type.
|
Run type checking
Parameter 'combination' implicitly has an 'any' type.
|
Run type checking
Argument of type 'unknown' is not assignable to parameter of type 'Record<string, unknown> | null'.
|
Run type checking
Type 'string | boolean | Date' is not assignable to type 'undefined'.
|
Run type checking
Type 'string | boolean | Date' is not assignable to type 'undefined'.
|
Upload test coverage
No files were found with the provided path: packages/web-api/coverage/. No artifacts will be uploaded.
|
Loading