export const configure: Record<string, any> = {} export const setConfigure = (configureData) => { Object.assign(configure, configureData) }