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