UNPKG
@sphereon/pex-models
Version:
latest (2.3.2)
2.3.2
2.3.1
2.3.0
2.2.4
2.2.3
2.2.2
2.2.1
2.2.0
2.1.6
2.1.5
2.1.4
2.1.4-unstable.1
2.1.4-unstable.0
2.1.3
2.1.2
2.1.1
2.1.0
2.0.3
2.0.2
2.0.2-unstable.0
2.0.1
2.0.0
2.0.0-unstable.2
2.0.0-unstable.0
1.2.2
1.2.1
1.2.0
1.1.0
Presentation Exchange v1 and v2 typescript models
Sphereon-Opensource/pex-openapi
@sphereon/pex-models
/
dist
/
model
/
status.js
9 lines
•
219 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
exports
.
Status
=
void
0
;
exports
.
Status
= {
Success
:
'SUCCESS'
,
Warn
:
'WARN'
,
Error
:
'ERROR'
};
//# sourceMappingURL=status.js.map