Add frontend for group invitations

For #887
This commit is contained in:
Massedil
2025-11-04 21:18:30 +01:00
committed by setop
parent bb71ec763c
commit c7de640e76
7 changed files with 335 additions and 1 deletions

View File

@@ -0,0 +1,4 @@
export interface IInvitation {
label: string;
token: string;
}