const addIndexParams: ICommon.IAddIndex = {
        dirPath: `${moleculer.interfaceDir}/index.ts`,
        getFileContent: () =>
            getTemplate(indexInterfaceTemplate, templateProps),
        message: 'Interface added to index.ts.'