Skip to main content
Module

x/valibot/src/schemas/blob/index.ts>BlobIssue

The modular and type safe schema library for validating structural data 🤖
Extremely Popular
Go to Latest
interface BlobIssue
implements BaseIssue<unknown>
import { type BlobIssue } from "https://deno.land/x/valibot@v0.1.0-to-json-schema/src/schemas/blob/index.ts";

Blob issue type.

Properties

readonly
kind: "schema"

The issue kind.

readonly
type: "blob"

The issue type.

readonly
expected: "Blob"

The expected property.