s-private API Documentation - v3.8.1
    Preparing search index...
    Path: $ZodBranded<ZodString, "Path", "out"> = ...

    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");
    

    makePath for factory function