export interface TransferPointsInput { transfers: { companyToId?: string; amount?: number; }[]; }