UNPKG

318 BTypeScriptView Raw
1import { Type } from '@nestjs/common';
2import { ClassDecoratorFactory } from '../interfaces/class-decorator-factory.interface';
3export declare function IntersectionType<A, B>(classARef: Type<A>, classBRef: Type<B>, decorator?: ClassDecoratorFactory): Type<A & B>;
4//# sourceMappingURL=intersection-type.helper.d.ts.map
\No newline at end of file