UNPKG

notbank

Version:
8 lines (6 loc) 252 B
import { ReportFrequency } from "../enums/reportFrequency"; export interface ScheduleActivityReportRequest { accountIdList: number[]; // Required beginTime: string; // format ISO 8601 frequency?: ReportFrequency | number | string; // Optional }