Type alias CachedTypes<IdFields, Model, Insert, PlainModel, Projection, Update, Filter, SortElement, RelationsFindParams>

CachedTypes<IdFields, Model, Insert, PlainModel, Projection, Update, Filter, SortElement, RelationsFindParams>: {
    filter: Filter;
    idFields: IdFields;
    insert: Insert;
    model: Model;
    plainModel: PlainModel;
    projection: Projection;
    relationsFindParams: RelationsFindParams;
    sortElement: SortElement;
    update: Update;
}

Type Parameters

  • IdFields = any

  • Model = any

  • Insert = any

  • PlainModel = any

  • Projection = any

  • Update = any

  • Filter = any

  • SortElement = any

  • RelationsFindParams = any

Type declaration

  • filter: Filter
  • idFields: IdFields
  • insert: Insert
  • model: Model
  • plainModel: PlainModel
  • projection: Projection
  • relationsFindParams: RelationsFindParams
  • sortElement: SortElement
  • update: Update

Generated using TypeDoc