Workstation API - v0.6.2
    Preparing search index...

    Interface FlatpakOptions

    Flatpak installation target; the selected remote must already be configured.

    interface FlatpakOptions {
        branch?: string;
        remote?: string;
        scope?: "user" | "system";
    }
    Index
    branch?: string
    remote?: string
    scope?: "user" | "system"