import { UNNextRepaymentComponentProps } from './UNNextRepaymentComponent'; export const getNextRepaymentParams = (props: UNNextRepaymentComponentProps) => { return ` account-id="${props.accountId}" hide-title="${props.hideTitle || false}" `; };