mirror of
https://github.com/sct/overseerr.git
synced 2025-09-27 12:39:46 +02:00
7 lines
129 B
TypeScript
7 lines
129 B
TypeScript
export interface SettingsAboutResponse {
|
|
version: string;
|
|
totalRequests: number;
|
|
totalMediaItems: number;
|
|
tz?: string;
|
|
}
|