UNPKG

json-api-nestjs

Version:
5 lines (4 loc) 373 B
import { Type } from '@nestjs/common'; import { EntityClass, ObjectLiteral } from '../../../../types'; import { ZodEntityProps } from '../../types'; export declare function patchRelationship<E extends ObjectLiteral>(controller: Type<any>, descriptor: PropertyDescriptor, entity: EntityClass<E>, mapEntity: Map<EntityClass<E>, ZodEntityProps<E>>, methodName: string): void;