feat: Enable selection of verified agents for CMS featured cards and update user search to filter by verification status.

This commit is contained in:
pradeepkumar
2026-03-27 11:59:17 +05:30
parent 429be1df99
commit 66bb5d116d
2 changed files with 68 additions and 2 deletions

View File

@@ -74,6 +74,7 @@ export interface UserFilters {
role?: string;
status?: string;
search?: string;
verificationStatus?: string;
}
// Users Service