UNPKG

json-api-nestjs

Version:
5 lines (4 loc) 295 B
import { z } from 'zod'; import { ZodInfer } from '../../types'; export declare function zodSortInputQuery(): z.ZodEffects<z.ZodOptional<z.ZodString>, Record<string, Record<string, "DESC" | "ASC">> | null, string | undefined>; export type ZodSortInputQuery = ZodInfer<typeof zodSortInputQuery>;