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

    Zod schema for validating book titles.

    Validates that the title is a non-empty string between 1 and 512 characters. The upper bound matches the Google Books API title length; actual values may originate either from user input or the Google Books API.

    const title = BookTitle.parse("The Pragmatic Programmer");
    

    makeBookTitle for factory function