type alias NativeEnumRe-exportimport { type NativeEnum } from "https://deno.land/x/valibot@v0.5.0/src/schemas/nativeEnum/index.ts"; Native enum type. definition: { [key: string]: string | number; [key: number]: string; }