$$CouponTypeTableProcessedTableManager typedef

Implementation

typedef $$CouponTypeTableProcessedTableManager =
    ProcessedTableManager<
      _$SharedDatabase,
      $CouponTypeTable,
      CouponTypeData,
      $$CouponTypeTableFilterComposer,
      $$CouponTypeTableOrderingComposer,
      $$CouponTypeTableAnnotationComposer,
      $$CouponTypeTableCreateCompanionBuilder,
      $$CouponTypeTableUpdateCompanionBuilder,
      (CouponTypeData, $$CouponTypeTableReferences),
      CouponTypeData,
      PrefetchHooks Function({bool couponRefs})
    >;