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

    Zod schema for validating note titles.

    Validates that the title is a non-empty string between 1 and 64 characters.

    const title = NoteTitle.parse("Meeting Notes");
    

    makeNoteTitle for factory function