This commit is contained in:
mertalev 2025-10-15 14:44:53 -04:00
parent abef381543
commit 321f0d1ff1
No known key found for this signature in database
GPG key ID: DF6ABC77AAD98C95
3 changed files with 2 additions and 8 deletions

View file

@ -1424,8 +1424,6 @@ export type SystemConfigMachineLearningDto = {
enabled: boolean;
facialRecognition: FacialRecognitionConfig;
ocr: OcrConfig;
/** This property was deprecated in v1.122.0 */
url?: string;
urls: string[];
};
export type SystemConfigMapDto = {