mirror of
https://github.com/sergi0g/cup.git
synced 2025-11-13 23:53:48 -05:00
Changed frontend from Liquid to React, fixed bug where server would check for updates twice
This commit is contained in:
12
web/src/types.ts
Normal file
12
web/src/types.ts
Normal file
@@ -0,0 +1,12 @@
|
||||
export type Data = {
|
||||
metrics: {
|
||||
monitored_images: number;
|
||||
up_to_date: number;
|
||||
update_available: number;
|
||||
unknown: number;
|
||||
};
|
||||
images: {
|
||||
[key: string]: boolean | null;
|
||||
};
|
||||
last_updated: string;
|
||||
};
|
||||
Reference in New Issue
Block a user