Skip to content
This repository was archived by the owner on Oct 16, 2025. It is now read-only.

Commit c821b8f

Browse files
committed
chore: add TypeAliases
1 parent 6c977c8 commit c821b8f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Sources/Models/TypeAliases.swift

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
// Generated typealiases for backward compatibility with previous public API names.
2+
// These simply re-export the canonical generated enums from Types.swift.
3+
4+
public typealias OpenIapErrorCode = ErrorCode
5+
public typealias OpenIapEvent = IapEvent
6+
public typealias OpenIapPlatform = IapPlatform

0 commit comments

Comments
 (0)