const addIndexParams: ICommon.IAddIndex = {
        dirPath: `${nextjs.componentsDir}/index.ts`,
        getFileContent: () => getTemplate(indexTemplatePath, options),
        message: 'Component added to index.ts'
    };