export interface IIuguPlanPrice {
    createdAt: Date;
    currency: string;
    id: string;
    updatedAt: Date;
    valueCents: number;
}
