s-private API Documentation - v3.8.1
    Preparing search index...
    UnexportedImage: ZodObject<
        {
            contentType: $ZodBranded<
                ZodEnum<
                    {
                        "image/gif": "image/gif";
                        "image/jpeg": "image/jpeg";
                        "image/png": "image/png";
                        "image/webp": "image/webp";
                        jpeg: "jpeg";
                        png: "png";
                        webp: "webp";
                    },
                >,
                "ContentType",
                "out",
            >;
            createdAt: $ZodBranded<ZodDate, "CreatedAt", "out">;
            fileSize: $ZodBranded<ZodNumber, "FileSize", "out">;
            height: $ZodBranded<ZodOptional<ZodNumber>, "Pixel", "out">;
            id: $ZodBranded<ZodDefault<ZodUUID>, "Id", "out">;
            path: $ZodBranded<ZodString, "Path", "out">;
            status: ZodLiteral<"UNEXPORTED">;
            userId: $ZodBranded<ZodString, "UserId", "out">;
            width: $ZodBranded<ZodOptional<ZodNumber>, "Pixel", "out">;
        },
        $strip,
    > = ...

    Zod schema for an unexported image.

    Represents an image that has not yet been published. This is the initial state of all newly created images.

    ExportedImage for the published state