UNPKG
dm-web-react
Version:
latest (1.0.3)
1.0.3
The DM web client with React.
dm-web-react
/
build
/
models
/
enum
/
pageWorkItemType.js
6 lines
•
306 B
JavaScript
View Raw
1
2
3
4
5
6
export
var
PageWorkItemType
; (
function
(
PageWorkItemType
) {
PageWorkItemType
[
PageWorkItemType
[
"BROKER_MARKET"
] =
0
] =
"BROKER_MARKET"
;
PageWorkItemType
[
PageWorkItemType
[
"EXCHANGE"
] =
1
] =
"EXCHANGE"
; })(
PageWorkItemType
|| (
PageWorkItemType
= {}));
//# sourceMappingURL=pageWorkItemType.js.map