Interface: CleanupValidationContext
Defined in: src/services/utils/cleanupHandlers.ts:54
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โ
readonly actualType: string;
Defined in: src/services/utils/cleanupHandlers.ts:56
Type reported by the typeof operator for the cleanup candidate.
cleanupCandidateโ
readonly cleanupCandidate: unknown;
Defined in: src/services/utils/cleanupHandlers.ts:58
Raw value returned by the preload bridge.