wasm-posix-host
    Preparing search index...

    Interface HomebrewBottleMirrorPayload

    interface HomebrewBottleMirrorPayload {
        asset: string;
        bytes: Uint8Array;
        id: string;
        package: string;
        sha256: string;
    }
    Index

    Properties

    asset: string
    bytes: Uint8Array
    id: string
    package: string
    sha256: string