Skip to content
Snippets Groups Projects

feat(orientation): Add preferredLanguage in onlineMediation

Merged Guilhem CARRON requested to merge feta/US257-add-language-online-mediation into V2.0
4 files
+ 11
0
Compare changes
  • Side-by-side
  • Inline
Files
4
@@ -19,4 +19,7 @@ export class OnlineMediationDto {
@IsNotEmpty()
readonly dateSlot: { day: string; hours: string };
@IsNotEmpty()
readonly preferredLanguage: string;
}
Loading