Type alias TFetchModel<TModel>

TFetchModel<TModel>: TModel | typeof LOADING | typeof MISSING

TFetchModel is basically one of three states: success (model), loading and error (missing).

Type Parameters

  • TModel

Generated using TypeDoc