feat: use new invite status endpoint to display different invite type counts
This commit is contained in:
@@ -10,3 +10,9 @@ export interface PaginatedInvites {
|
||||
total: number
|
||||
count: number
|
||||
}
|
||||
|
||||
export interface InviteStatusCounts {
|
||||
active: number
|
||||
expired: number
|
||||
used: number
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user