External Future interface - what external consumers typically need This is perfect for PublicModelInterface usage

interface ExternalFutureInterface<T> {}

Type Parameters

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

Hierarchy (view full)