Files
sct-overseerr/server/interfaces/api/settingsInterfaces.ts
sct 3f2a04c881 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
2020-12-15 07:27:30 +00:00

6 lines
114 B
TypeScript

export interface SettingsAboutResponse {
version: string;
totalRequests: number;
totalMediaItems: number;
}