// GENERATED CODE - DO NOT MODIFY BY HAND

part of '../../../database/daos/user_dao.dart';

// ignore_for_file: type=lint
mixin _$UserDAOMixin on DatabaseAccessor<ComwellDatabase> {
  $UserEntityTable get userEntity => attachedDatabase.userEntity;
}