method z.ZodNumber.prototype.setLimitimport { z } from "https://deno.land/x/deno_books@v1.2.0/deps.ts"; const { ZodNumber } = z; setLimit(kind: "min" | "max",value: number,inclusive: boolean,message?: string,)Parameterskind: "min" | "max"value: numberinclusive: booleanoptionalmessage: string