// GENERATED CODE - DO NOT MODIFY BY HAND

part of 'actions_dao.dart';

// ignore_for_file: type=lint
mixin _$ActionsDaoMixin on DatabaseAccessor<AppDatabase> {
  $ActionsTable get actions => attachedDatabase.actions;
}