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

Type declaration

  • Optional abilities?: string[]

    The abilities granted to the group.

  • Optional email?: string

    The group's email address.

  • Optional phone?: string

    The group's telephone number.

  • Optional user?: User & CurrentUserData | null

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

Generated using TypeDoc