Const
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"); Copy
const title = NoteTitle.parse("Meeting Notes");
makeNoteTitle for factory function
Zod schema for validating note titles.