Type Alias Invalidator<T>

Invalidator: (value?: T) => void

Cleanup logic callback.

Type Parameters

  • T