mirror of
https://github.com/sct/overseerr.git
synced 2025-09-17 17:24:35 +02:00
feat: about page initial version
Adding something to the about page for now, including the app version to better know what versions of the app people are running
This commit is contained in:
5
server/interfaces/api/settingsInterfaces.ts
Normal file
5
server/interfaces/api/settingsInterfaces.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
export interface SettingsAboutResponse {
|
||||
version: string;
|
||||
totalRequests: number;
|
||||
totalMediaItems: number;
|
||||
}
|
Reference in New Issue
Block a user