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:
+2
-2
@@ -13,8 +13,8 @@ part of openapi.api;
|
||||
class SharedLinksResponse {
|
||||
/// Returns a new [SharedLinksResponse] instance.
|
||||
SharedLinksResponse({
|
||||
this.enabled = true,
|
||||
this.sidebarWeb = false,
|
||||
required this.enabled,
|
||||
required this.sidebarWeb,
|
||||
});
|
||||
|
||||
/// Whether shared links are enabled
|
||||
|
||||
Reference in New Issue
Block a user