Interface: SiteSnapshotValidationIssue
Defined in: shared/validation/guards.ts:43
Describes a validation failure for an individual site snapshot.
Propertiesโ
errorโ
Defined in: shared/validation/guards.ts:45
Detailed Zod error information for diagnostics.
indexโ
readonlyindex:number
Defined in: shared/validation/guards.ts:47
Index of the invalid snapshot within the original collection.
valueโ
readonlyvalue:unknown
Defined in: shared/validation/guards.ts:49
The original value that failed validation.