parse-ipa
    Preparing search index...

    Interface IPAOrigin

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

    Properties

    Properties

    type: "url" | "file" | "blob" = ...
    value: string = ...