sanitizedStringSchema
Variable: sanitizedStringSchema
constsanitizedStringSchema:ZodString
Defined in: src/utilities/sanitizer.ts:24
Zod schema for a string that is automatically sanitized (trimmed). Note: This does NOT escape HTML. HTML escaping should be done at output time.