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