Interface: CleanupValidationContext
Defined in: src/services/utils/cleanupHandlers.ts:23
Context supplied when a preload subscription returns an invalid cleanup candidate.
Remarksโ
The CleanupResolutionHandlers.handleInvalidCleanup hook receives this structure whenever the preload bridge fails to return a callable cleanup function.
Propertiesโ
actualTypeโ
readonlyactualType:string
Defined in: src/services/utils/cleanupHandlers.ts:25
Type reported by the typeof operator for the cleanup candidate.
cleanupCandidateโ
readonlycleanupCandidate:unknown
Defined in: src/services/utils/cleanupHandlers.ts:27
Raw value returned by the preload bridge.