export enum RecurringTransactionIntervalEnum { 'monthly' = 'monthly', 'quarterly' = 'quarterly', 'yearly' = 'yearly', }