mirror of
https://github.com/twonlyapp/twonly-app.git
synced 2026-01-16 02:48:41 +00:00
12 lines
462 B
Dart
12 lines
462 B
Dart
// GENERATED CODE - DO NOT MODIFY BY HAND
|
|
|
|
part of 'receipts.dao.dart';
|
|
|
|
// ignore_for_file: type=lint
|
|
mixin _$ReceiptsDaoMixin on DatabaseAccessor<TwonlyDB> {
|
|
$ContactsTable get contacts => attachedDatabase.contacts;
|
|
$GroupsTable get groups => attachedDatabase.groups;
|
|
$MediaFilesTable get mediaFiles => attachedDatabase.mediaFiles;
|
|
$MessagesTable get messages => attachedDatabase.messages;
|
|
$ReceiptsTable get receipts => attachedDatabase.receipts;
|
|
}
|