CurrentGroupData: GroupData & {
    abilities?: string[];
    email?: string;
    phone?: string;
    user?: User & CurrentUserData | null;
}

Type declaration

  • Optionalabilities?: string[]

    The abilities granted to the group.

  • Optionalemail?: string

    The group's email address.

  • Optionalphone?: string

    The group's telephone number.

  • Optionaluser?: User & CurrentUserData | null

    If generatePrimary is on, this will be the user who generated this group.