export interface ICompanyTrialPlansUsed {
    activedAt: Date;
    id: string;
}
