


export const deepCopy = (obj: any) => JSON.parse(JSON.stringify(obj))