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