Type Alias UserDataGroup

UserDataGroup: {
    isGroup: true;
    items: UserDataEntry[];
    label: string;
}