WithFutureSupport<T>: T & ExternalFutureInterface

Type helper for adding Future support to existing model interfaces Usage: export type MyModel = PublicModelInterface & ExternalFutureInterface;

Type Parameters

  • T