export const migrations = { 0: (state: any) => { const newState = { ...state, } return newState }, }