Files
sendico/frontend/pshared/lib/models/organization/employee.dart
2025-11-13 15:06:15 +03:00

4 lines
83 B
Dart

import 'package:pshared/models/account/account.dart';
typedef Employee = Account;