export interface Invite {
    inviteCode: string;
    email: string;
    sentStatus: string;
}
