Const
Zod schema for validating file paths.
Validates that the path is a non-empty string. Paths are stored in MinIO object storage.
const path = Path.parse("01912c9a-image.jpg"); Copy
const path = Path.parse("01912c9a-image.jpg");
makePath for factory function
Zod schema for validating file paths.