@adapty/capacitor - v3.10.0-beta.1
    Preparing search index...

    Type Alias AdaptyPurchaseResult

    AdaptyPurchaseResult:
        | { type: "pending"
        | "user_cancelled" }
        | { profile: AdaptyProfile; type: "success" }