Skip to main content
Module

x/zod/ZodError.ts>ZodNotMultipleOfIssue

TypeScript-first schema validation with static type inference
Very Popular
Go to Latest
interface ZodNotMultipleOfIssue
implements ZodIssueBase
import { type ZodNotMultipleOfIssue } from "https://deno.land/x/zod@v3.17.3/ZodError.ts";

Properties

code: ZodIssueCode.not_multiple_of
multipleOf: number