UNPKG

json-api-nestjs

Version:
5 lines (4 loc) 253 B
import { FactoryProvider } from '@nestjs/common'; import { ZodInputOperation } from '../utils'; import { ObjectLiteral } from '../../../types'; export declare function ZodInputOperation<E extends ObjectLiteral>(): FactoryProvider<ZodInputOperation<E>>;