validateEvidenceInput
@raizfc/contracts / validateEvidenceInput
Function: validateEvidenceInput()
validateEvidenceInput(
input):string|undefined
Defined in: report-support/evidence.dto.ts:58
Pure validation shared by mocks and the real API — returns a human-readable reason when
invalid, undefined when valid. Mirrors validateOfficialPostContent's shape.
Parameters
input
Returns
string | undefined