normalizeNotes
normalizeNotes(
raw):string|undefined
Defined in: context.ts:126
Normalizes the free-text notes dim. Returns undefined when the field is
empty after scrubbing or matches a rejected shape (emails, phone numbers,
long token-like runs) — the field is dropped, never partially kept.
Parameters
Section titled “Parameters”string
Returns
Section titled “Returns”string | undefined