UNPKG

json-api-nestjs

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