Interface: SiteSnapshotCollectionParseResult
Defined in: shared/validation/guards.ts:43
Result shape returned when validating a collection of site snapshots.
Propertiesโ
dataโ
readonlydata:Site[]
Defined in: shared/validation/guards.ts:45
Successfully parsed site snapshots.
errorsโ
readonlyerrors:SiteSnapshotValidationIssue[]
Defined in: shared/validation/guards.ts:47
Detailed issues for any snapshots that failed validation.
successโ
readonlysuccess:boolean
Defined in: shared/validation/guards.ts:51
Indicates whether every snapshot in the collection passed validation.