import { EPaymentStatus } from "../../"; export interface IPaymentMetric { status: string | EPaymentStatus; initiatedAt?: Date; completedAt?: Date; }