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
/
Ship.d.ts
7 lines
(6 loc)
•
143 B
TypeScript
View Raw
1
2
3
4
5
6
7
export
declare
class
ShipType
{
applicationId
:
string
;
applicationDate
:
Date
;
shipId
:
string
;
constructor
(
props
?:
ShipType
); }