Type Alias Loadable<TBase, TFull>

Creates a dynamic type that always consists of the TBase type, and optionally contains TFull as well. Used for scenarios where parts of a data structure are lazy-loaded.

Type Parameters

  • TBase
  • TFull