9 lines
191 B
Dart
9 lines
191 B
Dart
import 'package:freezed_annotation/freezed_annotation.dart';
|
|
|
|
import '../../domain/auth/auth.dart';
|
|
|
|
part 'auth_dtos.freezed.dart';
|
|
part 'auth_dtos.g.dart';
|
|
|
|
part 'dto/check_phone_dto.dart';
|