UNPKG

140 BTypeScriptView Raw
1import { Type } from '@nestjs/common';
2export declare function IntersectionType<A, B>(classARef: Type<A>, classBRef: Type<B>): Type<A & B>;