type alias RecordKeyRe-exportimport { type RecordKey } from "https://deno.land/x/valibot@v0.19.0/src/schemas/record/index.ts"; Record key type. definition: | EnumSchema<any, string | number | symbol> | NativeEnumSchema<any, string | number | symbol> | StringSchema<string | number | symbol> | UnionSchema<any, string | number | symbol>