ZodTooSmallIssueinterface ZodTooSmallIssue extends ZodIssueBase {code: ZodIssueCode.too_small;exact?: boolean;inclusive: boolean;minimum: number | bigint;type: | "array" | "string" | "number" | "set" | "date" | "bigint";}§Extends§ZodIssueBase[src]§Properties§code: ZodIssueCode.too_small[src]§exact?: boolean[src]§inclusive: boolean[src]§minimum: number | bigint[src]§type: "array" | "string" | "number" | "set" | "date" | "bigint"[src]