UNPKG

react-native-appsflyer

Version:
14 lines (10 loc) 225 B
interface TestPurchaseJson {} export class TestPurchase { constructor() {} static fromJson(json: TestPurchaseJson): TestPurchase { return new TestPurchase(); } toJson(): TestPurchaseJson { return {}; } }