Variable: stateSyncFullSyncResultInternalSchema
const stateSyncFullSyncResultInternalSchema: z.ZodType<{
completedAt: number;
revision: number;
siteCount: number;
sites: Site[];
source: StateSyncSource;
synchronized: boolean;
}>;
Defined in: shared/types/stateSync.ts:158
Zod schema validating full synchronization results.