libdnf
    Preparing search index...

    Interface GroupQueryFilterBoolean

    interface GroupQueryFilterBoolean {
        enabled?: boolean;
        type: "default" | "installed" | "uservisible";
    }
    Index

    Properties

    Properties

    enabled?: boolean

    The boolean value to match against. Defaults to true.

    type: "default" | "installed" | "uservisible"