Update adminUsers.ts

This commit is contained in:
Egor
2026-01-31 20:13:44 +03:00
committed by GitHub
parent dea0562a0d
commit 9a1d02614c

View File

@@ -306,6 +306,7 @@ export const adminUsersApi = {
offset?: number;
limit?: number;
search?: string;
email?: string;
status?: 'active' | 'blocked' | 'deleted';
sort_by?:
| 'created_at'