made getAllInvitation Details api

This commit is contained in:
2025-11-17 12:17:06 +05:30
parent 4ee0819051
commit ce4af2ea3b
7 changed files with 219 additions and 17 deletions

View File

@@ -20,4 +20,5 @@ export const MINGLAR_INVITATION_STATUS = {
PENDING: "Pending",
ACCEPTED: "Accepted",
REJECTED: "Rejected",
INVITED: "Invited",
}