$$LocationAuditTableProcessedTableManager typedef

Implementation

typedef $$LocationAuditTableProcessedTableManager = ProcessedTableManager<
    _$ACLDatabase,
    $LocationAuditTable,
    LocationAuditData,
    $$LocationAuditTableFilterComposer,
    $$LocationAuditTableOrderingComposer,
    $$LocationAuditTableAnnotationComposer,
    $$LocationAuditTableCreateCompanionBuilder,
    $$LocationAuditTableUpdateCompanionBuilder,
    (
      LocationAuditData,
      BaseReferences<_$ACLDatabase, $LocationAuditTable, LocationAuditData>
    ),
    LocationAuditData,
    PrefetchHooks Function()>;