fix: number options

This commit is contained in:
MARCROCK22 2024-11-24 00:03:35 -04:00
parent 81eba431bd
commit 2d29f011ab

View File

@ -90,7 +90,7 @@ type ContextOptionsAuxInternal<
: never
: never
: T extends { choices?: infer C }
? C extends SeyfertChoice<string>[]
? C extends SeyfertChoice<string | number>[]
? C[number]['value']
: never
: never