Skip to main content

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โ€‹

readonly actualType: string

Defined in: src/services/utils/cleanupHandlers.ts:25

Type reported by the typeof operator for the cleanup candidate.


cleanupCandidateโ€‹

readonly cleanupCandidate: unknown

Defined in: src/services/utils/cleanupHandlers.ts:27

Raw value returned by the preload bridge.