This commit is contained in:
pradeepkumar
2026-04-08 04:12:40 +05:30
parent fbd2214e4c
commit 9b750ac846
2 changed files with 65 additions and 16 deletions

View File

@@ -37,6 +37,9 @@ export interface AgentProfileDetails {
verificationNote?: string | null;
verifiedAt?: string | null;
verifiedBy?: string | null;
// Stats
averageRating?: number | null;
totalReviews?: number | null;
}
export interface User {