NativeTransaction: {
    data: TransactionObject;
    type: "braintree";
} | {
    type: "windows-store-transaction";
} & WindowsSubscription | {
    type: "ios-appstore";
} & (AppleTransaction | AppleVerifyReceiptResponseReceipt) | {
    type: "android-playstore";
} & GooglePurchase | {
    type: "test";
}

Type declaration

Type declaration

  • type: "test"