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

x/valibot/src/schemas/index.ts>RecordKeyAsync

The modular and type safe schema library for validating structural data 🤖
Go to Latest
type alias RecordKeyAsync
Re-export
import { type RecordKeyAsync } from "https://deno.land/x/valibot@v0.19.0/src/schemas/index.ts";

Record key type.

definition:
| EnumSchema<any, string | number | symbol>
| EnumSchemaAsync<any, string | number | symbol>
| NativeEnumSchema<any, string | number | symbol>
| NativeEnumSchemaAsync<any, string | number | symbol>
| StringSchema<string | number | symbol>
| StringSchemaAsync<string | number | symbol>
| UnionSchema<any, string | number | symbol>
| UnionSchemaAsync<any, string | number | symbol>