export interface PaymentSuccessResult { /** * A unique ID for this purchase. */ id: string; } //# sourceMappingURL=PaymentSuccessResult.d.ts.map