UNPKG

cecon-interfaces

Version:
17 lines (16 loc) 388 B
import { EOperationType } from '../..'; export interface ITransactionResumeData { amount: number; amountDay: number; amountMonth: number; amountYear: number; countDay: number; countMonth: number; countYear: number; date: Date; operationType: EOperationType; period: string; periodMonth: string; periodYear: string; reference: string; }