mirror of
				https://github.com/KevinMidboe/immich.git
				synced 2025-10-29 17:40:28 +00:00 
			
		
		
		
	* add initial ui and api definitions for stylesheets * proper saving * make custom css work * add textarea * rebuild api * run prettier * add typecast * update typings * move css accordion to be sorted alphabetically * set content-type properly * rename stylesheets to theme * fix server test
		
			
				
	
	
	
		
			1.2 KiB
		
	
	
	
	
	
	
		
			Generated
		
	
	
			
		
		
	
	
			1.2 KiB
		
	
	
	
	
	
	
		
			Generated
		
	
	
openapi.model.SystemConfigDto
Load the model package
import 'package:openapi/api.dart';
Properties
| Name | Type | Description | Notes | 
|---|---|---|---|
| ffmpeg | SystemConfigFFmpegDto | ||
| job | SystemConfigJobDto | ||
| machineLearning | SystemConfigMachineLearningDto | ||
| map | SystemConfigMapDto | ||
| oauth | SystemConfigOAuthDto | ||
| passwordLogin | SystemConfigPasswordLoginDto | ||
| reverseGeocoding | SystemConfigReverseGeocodingDto | ||
| storageTemplate | SystemConfigStorageTemplateDto | ||
| theme | SystemConfigThemeDto | ||
| thumbnail | SystemConfigThumbnailDto | ||
| trash | SystemConfigTrashDto |