Function: isComputedSiteStatus()
isComputedSiteStatus(
status:string): status is "mixed" | "unknown"
Defined in: shared/types.ts:519
Determines whether a string represents a computed site-only status value.
Parametersโ
statusโ
string
Status string to evaluate.
Returnsโ
status is "mixed" | "unknown"
true when the value is either mixed or unknown.