libdnf
    Preparing search index...

    Interface Group

    interface Group {
        description: string;
        groupId: string;
        isDefault: boolean;
        isUserVisible: boolean;
        name: string;
        order: string;
        packages: CompPackage[];
        translatedDescription: string;
        translatedName: string;
    }
    Index

    Properties

    description: string
    groupId: string
    isDefault: boolean
    isUserVisible: boolean
    name: string
    order: string
    packages: CompPackage[]
    translatedDescription: string
    translatedName: string