Skip to main content

Function: isComputedSiteStatus()

function isComputedSiteStatus(status: unknown): status is "unknown" | "mixed";

Defined in: shared/types.ts:553

Determines whether a value represents a computed site-only status value.

Parametersโ€‹

statusโ€‹

unknown

Value to evaluate.

Returnsโ€‹

status is "unknown" | "mixed"

true when the value is either mixed or unknown.