(
values: U,
params?: string | core.$ZodEnumParams
)
| 1855 | options: Array<T[keyof T]>; |
| 1856 | |
| 1857 | extract<const U extends readonly (keyof T)[]>( |
| 1858 | values: U, |
| 1859 | params?: string | core.$ZodEnumParams |
| 1860 | ): ZodEnum<util.Flatten<Pick<T, U[number]>>>; |
no outgoing calls
no test coverage detected