export interface GroupItem {
    groupId: string;
    catalogId: string;
    status: number;
    tsLastStatusUpdate: number;
}
