mirror of
https://github.com/pocket-id/pocket-id.git
synced 2026-03-29 18:56:36 +00:00
fix: cache version information for 3 hours
This commit is contained in:
@@ -16,3 +16,9 @@ export type AppConfigRawResponse = {
|
||||
type: string;
|
||||
value: string;
|
||||
}[];
|
||||
|
||||
export type AppVersionInformation = {
|
||||
isUpToDate: boolean;
|
||||
newestVersion: string;
|
||||
currentVersion: string;
|
||||
};
|
||||
Reference in New Issue
Block a user