Future update callback interface - for models that need custom behavior This can be separated from the core container if not all models need it

interface FutureUpdateHandler<T> {}

Type Parameters

  • T extends Record<string, any> = Record<string, any>

Hierarchy (view full)