import { atom } from 'recoil' export const estimateParamAtom = atom({ // 견적서 post parameter key: 'estimateParamAtom', default: { saleStoreId: '', objectNo: '', planNo: '', slope: '', angle: '', surfaceType: '', setupHeight: '', standardWindSpeedId: '', snowfall: '', northArrangement: '', drawingFlg: '', userId: '', roofSurfaceList: [], circuitItemList: [], itemList: [], }, })