UNPKG
aade-mydata-client
Version:
latest (1.2.3)
1.2.3
1.2.2
1.2.1
1.2.0
1.1.4
1.1.3
1.1.2
1.1.1
Node.js Client for AADE myDATA (my Digital Accounting and Tax Application) REST API
aade-mydata-client
/
lib
/
models
/
Country.js
10 lines
(9 loc)
•
230 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
exports
.
Country
=
void
0
;
var
Country
=
/**
@class
*/
(
function
(
) {
function
Country
(
) { }
return
Country
; }());
exports
.
Country
=
Country
;