UNPKG

amazon-pay-async

Version:

API wrapper for Amazon Pay using promises and defining types

7 lines (6 loc) 121 B
export interface IGetReportRequest { ReportId: string; } export interface IGetReportResponse { Report: string; }