Complete Future container - combines all interfaces Use this when you need everything internally

interface CompleteFutureContainer<T> {}

Type Parameters

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

Hierarchy (view full)