UNPKG

json-api-nestjs

Version:
5 lines (4 loc) 291 B
import { ObjectLiteral } from '../../../../types'; import { MicroOrmService } from '../../service'; import { PatchData } from '../../../mixin/zod'; export declare function patchOne<E extends ObjectLiteral>(this: MicroOrmService<E>, id: number | string, inputData: PatchData<E>): Promise<E>;