fix
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user