UNPKG

apollo-client-code-first-request

Version:
3 lines (2 loc) 139 B
import { Type } from '../interfaces'; export declare function IntersectionType<A, B>(classARef: Type<A>, classBRef: Type<B>): Type<A & B>;