언상
Results
1
comments of
언상
I also had the same type error, so I used the type assistance as below. ```ts import { DynamicModule, Module } from '@nestjs/common'; @Module({ imports: [ RedisModule.forRootAsync({ imports: [ConfigModule.forFeature([CacheConfigService]) as...