UNPKG
@studyportals/bestfit-api-fe-client
Version:
beta (3.0.1-0)
latest (3.0.2)
3.0.2
3.0.1-0
3.0.0
3.0.0-0
2.0.0
2.0.0-4
2.0.0-3
2.0.0-2
2.0.0-1
2.0.0-0
1.2.1
1.2.0
1.1.1
1.1.0
1.0.2
1.0.1
github.com/studyportals/BestFit-API
studyportals/BestFit-API
@studyportals/bestfit-api-fe-client
/
src
/
enumerations
/
bestfit-environment.enum.d.ts
6 lines
(5 loc)
•
112 B
TypeScript
View Raw
1
2
3
4
5
6
export
declare
enum
BestFitEnvironment
{
TESTING
=
"tst"
,
PRODUCTION
=
"prd"
,
DEVELOPMENT
=
"ing"
}