diff --git a/types/index.ts b/types/index.ts index 811c095..b1004a6 100644 --- a/types/index.ts +++ b/types/index.ts @@ -14,6 +14,10 @@ export interface User { isVerified: boolean; createdAt: string; updatedAt?: string; + // Ticket statistics (populated in getUserById) + ticketsCount?: number; + pendingTickets?: number; + claimedTickets?: number; } // Auth Types