UNPKG

json-api-nestjs

Version:
5 lines (4 loc) 266 B
import { z } from 'zod'; import { ZodInfer } from '../../types'; export declare function zodIncludeInputQuery(): z.ZodEffects<z.ZodOptional<z.ZodString>, string[] | null, string | undefined>; export type ZodIncludeInputQuery = ZodInfer<typeof zodIncludeInputQuery>;