$$SupplierTypeTableProcessedTableManager typedef

Implementation

typedef $$SupplierTypeTableProcessedTableManager =
    ProcessedTableManager<
      _$SharedDatabase,
      $SupplierTypeTable,
      SupplierTypeData,
      $$SupplierTypeTableFilterComposer,
      $$SupplierTypeTableOrderingComposer,
      $$SupplierTypeTableAnnotationComposer,
      $$SupplierTypeTableCreateCompanionBuilder,
      $$SupplierTypeTableUpdateCompanionBuilder,
      (SupplierTypeData, $$SupplierTypeTableReferences),
      SupplierTypeData,
      PrefetchHooks Function({bool supplierRefs})
    >;