11 lines
255 B
Dart
11 lines
255 B
Dart
import 'package:freezed_annotation/freezed_annotation.dart';
|
|
|
|
import '../../domain/auth/auth.dart';
|
|
import '../../domain/user/user.dart';
|
|
import '../user/user_dtos.dart';
|
|
|
|
part 'auth_dtos.freezed.dart';
|
|
part 'auth_dtos.g.dart';
|
|
|
|
part 'dto/auth_dto.dart';
|