///
/// RequestPurchaseResult.swift
/// This file was generated by nitrogen. DO NOT MODIFY THIS FILE.
/// https://github.com/mrousavy/nitro
/// Copyright © 2026 Marc Rousavy @ Margelo
///



/**
 * An Swift enum with associated values representing a Variant/Union type.
 * JS type: `struct | struct | array`
 */
@frozen
public indirect enum RequestPurchaseResult {
  case first(PurchaseAndroid)
  case second(PurchaseIOS)
  case third([Purchase])
}
