Type alias AdaptyPurchaseResult

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

Type declaration

  • type: "pending" | "user_cancelled"

Type declaration

Generated using TypeDoc