const replaceReducerContentParams: ICommon.IReplaceContent = {
            fileDir: `${nextjs.reducerDir}/index.ts`,
            filetoUpdate: fs.readFileSync(
                path.resolve('', `${nextjs.reducerDir}/index.ts`),
                'utf8'