Skip to content

RemoteFreshnessZ

const RemoteFreshnessZ: ZodObject<{ ahead: ZodOptional<ZodNumber>; behind: ZodOptional<ZodNumber>; branch: ZodOptional<ZodString>; checked: ZodBoolean; reason: ZodOptional<ZodEnum<{ detached: "detached"; fetch-failed: "fetch-failed"; no-upstream: "no-upstream"; not-a-repo: "not-a-repo"; }>>; }, $strip>

Defined in: types/src/handoff.ts:63

Result of the resume-time origin-freshness probe. checked: false is a soft outcome (offline / no upstream / detached), never an error.