UNPKG
dm-web-react
Version:
latest (1.0.3)
1.0.3
The DM web client with React.
dm-web-react
/
build
/
models
/
dto
/
dmliteConfigDto.js
7 lines
•
201 B
JavaScript
View Raw
1
2
3
4
5
6
7
var
DMLiteConfigDto
=
/**
@class
*/
(
function
(
) {
function
DMLiteConfigDto
(
) { }
return
DMLiteConfigDto
; }());
export
{
DMLiteConfigDto
};
//# sourceMappingURL=dmliteConfigDto.js.map