export interface RequestRateCardExpenseCreateOrUpdate { rateCard?: string; type: string; amount: number; }