UNPKG

react-native-appsflyer

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