method z.ZodNumber.prototype.setLimitimport { z } from "https://dotland.deno.dev/x/zod@v3.20/mod.ts"; const { ZodNumber } = z; setLimit(kind: "min" | "max",value: number,inclusive: boolean,message?: string,)Parameterskind: "min" | "max"value: numberinclusive: booleanoptionalmessage: string