UNPKG
@jeremybarbet/apple-api-types
Version:
latest (1.5.1)
1.5.1
1.5.0
1.4.1
1.4.0
1.3.5
1.3.4
1.3.3
1.3.2
1.3.0
1.2.1
1.2.0
Typescript definitions for Apple API services.
@jeremybarbet/apple-api-types
/
dist
/
src
/
global.interface.d.ts
5 lines
(4 loc)
•
91 B
TypeScript
View Raw
1
2
3
4
5
export
declare
enum
Environment
{
PRODUCTION
=
"Production"
,
SANDBOX
=
"Sandbox"
}