interface GroupItem {
    conjunction: string;
    memberOf?: string;
}

Properties

conjunction: string
memberOf?: string