export const cloneFM = (fm: any, row: any) => { // const result - return { ...fm, data: row } }