Future state getters interface - for accessing Future progress/status This is what external consumers typically need

interface FutureStateAccessor<T> {}

Type Parameters

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

Hierarchy (view full)