export type internal_notes_UpdateNoteInput = { /** * Content is the new body for the note. */ content?: string; /** * Title is the new heading for the note. */ title?: string; };