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

    Zod schema for validating category names.

    Validates that the category name is a trimmed string between 1 and 16 characters. Used for organizing articles into logical groups.

    const name = CategoryName.parse("Technology");
    

    makeCategoryName for factory function