Improve Type Safety in cards.ts and Remove Remaining any Usage #289
ci.yml
on: pull_request_target
Annotations
9 errors and 1 warning
|
backend-ci
Process completed with exit code 1.
|
|
backend-ci
Process completed with exit code 2.
|
|
backend-ci
Cannot find module '@devcard/shared' or its corresponding type declarations.
|
|
backend-ci
Cannot find module '@devcard/shared' or its corresponding type declarations.
|
|
backend-ci
Cannot find module '@devcard/shared' or its corresponding type declarations.
|
|
backend-ci
Cannot find module '@devcard/shared' or its corresponding type declarations.
|
|
backend-ci
Cannot find module '@devcard/shared' or its corresponding type declarations.
|
|
backend-ci
Property 'links' is missing in type '{ id: string; createdAt: Date; updatedAt: Date; userId: string; title: string; description: string | null; slug: string; visibility: CardVisibility; qrEnabled: boolean; viewCount: number; isDefault: boolean; }' but required in type 'CardResponse'.
|
|
backend-ci
Cannot find module '@devcard/shared' or its corresponding type declarations.
|
|
backend-ci:
apps/backend/src/routes/cards.ts#L83
'Card' is an 'error' type that acts as 'any' and overrides all other types in this union type
|