.
This commit is contained in:
+6
@@ -0,0 +1,6 @@
|
||||
import type { VersionInfo } from '../../server/dev/parse-version-info';
|
||||
export declare function getStaleness({ installed, staleness, expected }: VersionInfo): {
|
||||
text: string;
|
||||
indicatorClass: string;
|
||||
title: string;
|
||||
};
|
||||
Reference in New Issue
Block a user