UNPKG

json-api-nestjs

Version:
6 lines (5 loc) 208 B
import { z } from 'zod'; import { TypeForId } from '../../types'; export declare function zodId(typeId: TypeForId): z.ZodString; export type ZodId = ReturnType<typeof zodId>; export type Id = z.infer<ZodId>;