mirror of
https://github.com/immich-app/immich.git
synced 2026-05-18 03:10:24 +03:00
refactor!: migrate class-validator to zod (#26597)
This commit is contained in:
@@ -18,11 +18,13 @@ class SystemConfigMapDto {
|
||||
required this.lightStyle,
|
||||
});
|
||||
|
||||
/// Dark map style URL
|
||||
String darkStyle;
|
||||
|
||||
/// Enabled
|
||||
bool enabled;
|
||||
|
||||
/// Light map style URL
|
||||
String lightStyle;
|
||||
|
||||
@override
|
||||
|
||||
Reference in New Issue
Block a user