UNPKG

apollo-client-code-first-request

Version:
3 lines (2 loc) 199 B
import { Type } from '../interfaces'; export declare function inheritPropertyInitializers(target: Record<string, any>, sourceClass: Type<any>, isPropertyInherited?: (key?: string) => boolean): void;