Basic Future delegation interface for models that hold a single Future reference.

interface FutureDelegate<T> {}

Type Parameters

  • T extends {} = Record<string, unknown>

Hierarchy (view full)