export interface IIuguSubscriptionRecentInvoice {
    dueDate: Date;
    id: string;
    secureUrl: string;
    status: string;
    total: string;
}
