export const cloneDeep = (object: T): T => JSON.parse(JSON.stringify(object));