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