parse-ipa
    Preparing search index...

    Interface IPAOrigin

    interface IPAOrigin {
        type: "url" | "file" | "blob";
        value: string;
    }
    Index

    Properties

    Properties

    type: "url" | "file" | "blob" = _ipa_origin_type
    value: string = 'string'