mirror of
https://github.com/immich-app/immich.git
synced 2025-12-21 01:11:16 +03:00
6
server/src/dtos/system-config-reverse-geocoding.dto.ts
Normal file
6
server/src/dtos/system-config-reverse-geocoding.dto.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
import { ValidateBoolean } from 'src/validation';
|
||||
|
||||
export class SystemConfigReverseGeocodingDto {
|
||||
@ValidateBoolean()
|
||||
enabled!: boolean;
|
||||
}
|
||||
Reference in New Issue
Block a user