feat: use new invite status endpoint to display different invite type counts

This commit is contained in:
2026-09-01 16:34:13 +02:00
parent 6a1624c616
commit 16405ec5f7
5 changed files with 213 additions and 8 deletions
+6
View File
@@ -10,3 +10,9 @@ export interface PaginatedInvites {
total: number
count: number
}
export interface InviteStatusCounts {
active: number
expired: number
used: number
}