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