thumbnailUrl... #163
Annotations
10 errors
Run pnpm --filter backend run typecheck
Argument of type '{ lastUsedAt: Date; user: null; userList: null; id: string; userId: string; name: string; src: "group" | "users" | "home" | "all" | "list" | "users_blacklist"; userListId: string | null; ... 11 more ...; localOnly: boolean; }' is not assignable to parameter of type 'MiAntenna'.
|
Run pnpm --filter backend run typecheck
Type '{ lastUsedAt: Date; user: null; userList: null; id: string; userId: string; name: string; src: "group" | "users" | "home" | "all" | "list" | "users_blacklist"; userListId: string | null; ... 11 more ...; localOnly: boolean; }' is not assignable to type 'MiAntenna'.
|
Run pnpm --filter backend run typecheck
Argument of type '{ lastUsedAt: Date; user: null; userList: null; id: string; userId: string; name: string; src: "group" | "users" | "home" | "all" | "list" | "users_blacklist"; userListId: string | null; ... 11 more ...; localOnly: boolean; }' is not assignable to parameter of type 'MiAntenna'.
|
Run pnpm --filter backend run typecheck
Argument of type 'DeleteObjectCommand' is not assignable to parameter of type 'Command<ServiceInputTypes, DeleteObjectCommandInput, ServiceOutputTypes, DeleteObjectCommandOutput, SmithyResolvedConfiguration<...>>'.
|
Run pnpm --filter backend run typecheck
Type '{ readonly tags: readonly ["admin"]; readonly requireCredential: true; readonly requireAdmin: true; readonly res: { readonly type: "object"; readonly properties: { readonly name: { readonly type: "string"; readonly nullable: false; readonly optional: false; }; ... 4 more ...; readonly forward: { ...; }; }; }; readon...' does not satisfy the constraint 'IEndpointMeta'.
|
Run pnpm --filter backend run typecheck
Type '{ readonly requireCrendential: true; readonly requireAdmin: true; readonly errors: { readonly resolverNotFound: { readonly message: "Resolver not found."; readonly code: "RESOLVER_NOT_FOUND"; readonly id: "121fbea9-3e49-4456-998a-d4095c7ac5c5"; }; }; }' does not satisfy the constraint 'IEndpointMeta'.
|
Run pnpm --filter backend run typecheck
Type '{ readonly requireCredential: true; readonly requireAdmin: true; readonly res: { readonly type: "array"; readonly items: { readonly type: "object"; readonly properties: { readonly name: { readonly type: "string"; readonly nullable: false; readonly optional: false; }; ... 4 more ...; readonly forward: { ...; }; }; };...' does not satisfy the constraint 'IEndpointMeta'.
|
Run pnpm --filter backend run typecheck
Type '{ readonly requireCredential: true; readonly requireAdmin: true; readonly errors: { readonly resolverNotFound: { readonly message: "Resolver not found."; readonly id: "fd32710e-75e1-4d20-bbd2-f89029acb16e"; readonly code: "RESOLVER_NOT_FOUND"; }; readonly invalidRegularExpressionForTargetUser: { ...; }; readonly inv...' does not satisfy the constraint 'IEndpointMeta'.
|
Run pnpm --filter backend run typecheck
Argument of type '(ps: SchemaType<{ readonly type: "object"; readonly properties: { readonly userId: { readonly type: "string"; readonly format: "misskey:id"; }; readonly groupId: { readonly type: "string"; readonly format: "misskey:id"; }; readonly limit: { ...; }; readonly sinceId: { ...; }; readonly untilId: { ...; }; readonly mar...' is not assignable to parameter of type 'Executor<{ readonly tags: readonly ["messaging"]; readonly requireCredential: true; readonly kind: "read:messaging"; readonly res: { readonly type: "array"; readonly optional: false; readonly nullable: false; readonly items: { ...; }; }; readonly errors: { ...; }; }, { ...; }>'.
|
Run pnpm --filter backend run typecheck
Not all code paths return a value.
|
Loading