Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/valibot/mod.ts>RawTransformIssue

The modular and type safe schema library for validating structural data 🤖
Extremely Popular
Latest
interface RawTransformIssue
implements BaseIssue<TInput>
Re-export
import { type RawTransformIssue } from "https://deno.land/x/valibot@v0.35.0/mod.ts";

Raw transform issue type.

Properties

readonly
kind: "transformation"

The issue kind.

readonly
type: "raw_transform"

The issue type.