Run a zod schema against a value, returning a StatusOr rather than throwing. Narrow the result with isOk to obtain the parsed value.
Run a zod schema against a value, returning a StatusOr rather than throwing. Narrow the result with isOk to obtain the parsed value.