6 lines
171 B
TypeScript
6 lines
171 B
TypeScript
export interface SystemPreferences {
|
|
softDeleteCleanupTime: number;
|
|
downloadCleanupDownloadFilesHours: number;
|
|
downloadCleanupNotDownloadFilesHours: number;
|
|
}
|