export type AutoTransferRuleFrequency = 'daily' | 'weekly' | 'monthly'; export type AutoTransferRuleType = 'minimum_balance' | 'recurring' | 'percentage_of_balance';