UNPKG

amazon-pay-async

Version:

API wrapper for Amazon Pay using promises and defining types

8 lines (7 loc) 214 B
import { ReportType } from './enums/report.type.enum'; export interface IGetReportScheduleCountRequest { ReportTypeList?: ReportType[]; } export interface IGetReportScheduleCountResponse { Count: number; }