Convert a plain string (e.g. from user input or DB) into an Id.
Id
Note: This does not validate the string, it only adds the Id type brand. Use uidSchema.parse(...) if you want runtime validation.
uidSchema.parse(...)
Convert a plain string (e.g. from user input or DB) into an
Id.Note: This does not validate the string, it only adds the
Idtype brand. UseuidSchema.parse(...)if you want runtime validation.