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
/
config.d.ts
4 lines
(3 loc)
•
130 B
TypeScript
View Raw
1
2
3
4
import
{
Country
}
from
'./models'
;
export
declare
const
countries
:
Country
[];
export
declare
const
europeanCountries
:
Country
[];