In my case, i will create a class C like this:
import { IntersectionType } from '@nestjs/swagger'; class C extends IntersectionType(A,B) { ... }