Comparing version 3.23.0-canary.20240409T032832 to 3.23.0-canary.20240409T033359
@@ -744,3 +744,3 @@ import { enumUtil } from "./helpers/enumUtil"; | ||
export declare type Indices<T> = Exclude<keyof T, ArrayKeys>; | ||
export declare type EnumValues = [string, ...string[]]; | ||
export declare type EnumValues<T extends string = string> = [T, ...T[]]; | ||
export declare type Values<T extends EnumValues> = { | ||
@@ -747,0 +747,0 @@ [k in T[number]]: k; |
{ | ||
"name": "zod", | ||
"version": "3.23.0-canary.20240409T032832", | ||
"version": "3.23.0-canary.20240409T033359", | ||
"author": "Colin McDonnell <colin@colinhacks.com>", | ||
@@ -5,0 +5,0 @@ "repository": { |
653345