const addIndexParams: ICommon.IAddIndex = {
        dirPath: `${nextjs.actionDir}/index.ts`,
        getFileContent: () =>
            getTemplate(actionIndexTemplatePath, templateProps),
        message: 'Added action file to index.ts Actions/index.ts'