Release: 4.15.0 #1763
Annotations
3 errors
Run pnpm --filter backend run typecheck
Type '{ id: string; updatedAt: Date | null; lastFetchedAt: Date | null; lastActiveDate: Date | null; hideOnlineStatus: boolean; username: string; usernameLower: string; name: string | null; ... 37 more ...; isSquareAvatars?: boolean | undefined; }' is not assignable to type 'MiUser'.
|
Run pnpm --filter backend run typecheck
Type '{ id: string; name: string | null; host: string | null; username: string; avatarUrl: string | null; avatarBlurhash: string | null; avatarDecorations: ({ id: string; url: string; } & {} & { ...; })[] | { ...; }[]; ... 10 more ...; badgeRoles: ({ ...; } & ... 1 more ... & { ...; })[]; }' is not assignable to type '{ id: string; name: SchemaType<{ readonly type: "string"; readonly nullable: true; readonly optional: false; readonly example: "θ"; }>; host: SchemaType<{ readonly type: "string"; readonly nullable: true; readonly optional: false; readonly example: "cherrypick.example.com"; readonly description: "The local host is r...'.
|
Run pnpm --filter backend run typecheck
Process completed with exit code 2.
|
Loading