Skip to main content

Function: isComputedSiteStatus()

isComputedSiteStatus(status: string): status is "unknown" | "mixed"

Defined in: shared/types.ts:530

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

Parametersโ€‹

statusโ€‹

string

Status string to evaluate.

Returnsโ€‹

status is "unknown" | "mixed"

true when the value is either mixed or unknown.