UNPKG

aade-mydata-client

Version:

Node.js Client for AADE myDATA (my Digital Accounting and Tax Application) REST API

6 lines (5 loc) 116 B
export interface AADEmyDataClientConfig { userId: string; subscriptionKey: string; livemode: boolean; }