Type Alias: SiteSnapshotParseResult
SiteSnapshotParseResult =
ReturnType<typeofsiteSchema.safeParse>
Defined in: shared/validation/guards.ts:23
Validates an unknown payload against the canonical Site schema.
Paramโ
Payload returned from an external boundary (e.g. IPC).
Returnsโ
The Zod SafeParseReturnType describing validation success and, when successful, the inferred Site instance.