Skip to main content
Module

x/zod/external.ts>ZodNotMultipleOfIssue

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

Properties

code: ZodIssueCode.not_multiple_of
multipleOf: number