Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/valibot/src/types/index.ts>GenericTransformationAsync

The modular and type safe schema library for validating structural data 🤖
Latest
interface GenericTransformationAsync
implements BaseTransformationAsync<TInput, TOutput, TIssue>
import { type GenericTransformationAsync } from "https://deno.land/x/valibot@v1.0.0-beta.5/src/types/index.ts";

Generic transformation async type.

Type Parameters

optional
TInput = any
optional
TOutput = TInput
optional
TIssue extends BaseIssue<unknown> = BaseIssue<unknown>