You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
would it be possible to provide TypeScript type definitions for the different MWS JSON responses? For example, a call to mws.reports.submit({'Version': '2009-01-01', 'Action': 'RequestReport', ...) would provide the following result:
I'm going to create type definitions for a few API calls as I need them. I could provide them as PR, if you are interested in taking them into your project?
The text was updated successfully, but these errors were encountered:
Hi,
would it be possible to provide TypeScript type definitions for the different MWS JSON responses? For example, a call to
mws.reports.submit({'Version': '2009-01-01', 'Action': 'RequestReport', ...)
would provide the following result:I'm going to create type definitions for a few API calls as I need them. I could provide them as PR, if you are interested in taking them into your project?
The text was updated successfully, but these errors were encountered: