export interface ISubscriptionBaseLog {
    createdAt: Date;
    description: string;
    id: string;
    notes: string;
}
