CellValueDecoder<TSchema, TKey> Type helper for decoders that includes base schema properties. Use this instead of ValueParser when creating decoders for cells to properly type the base properties.
generics
TSchema
constraint
z.ZodTypeTKey
constraint
keyof z.infer<TSchema>default
keyof z.infer<TSchema>