wasm-posix-host
    Preparing search index...

    Interface HomebrewFederatedVfsPlan

    interface HomebrewFederatedVfsPlan {
        kandeloAbi: number;
        kandeloCommit: string;
        kandeloRepository: string;
        packages: HomebrewVfsPackagePlan[];
        releaseTag: string;
        requestedFullNames: string[];
        requestedPackages: string[];
        schema: 1;
        tapCommit: string;
        tapName: string;
        tapRepository: string;
        taps: HomebrewVfsTapIdentity[];
    }

    Hierarchy (View Summary)

    Index

    Properties

    kandeloAbi: number
    kandeloCommit: string
    kandeloRepository: string
    releaseTag: string
    requestedFullNames: string[]
    requestedPackages: string[]
    schema: 1
    tapCommit: string
    tapName: string
    tapRepository: string