✨ Check for new manifest version
This commit is contained in:
parent
e9a58152d7
commit
334b52f4c6
4 changed files with 44 additions and 12 deletions
|
@ -1,10 +1,7 @@
|
|||
import { Product } from "ssn";
|
||||
import IProductData from "./IProductData";
|
||||
|
||||
export default interface IDatabaseRow {
|
||||
export default interface IDatabaseRow extends IProductData {
|
||||
/** Name of the product. */
|
||||
product: Product;
|
||||
/** Latest release number of this product according to the manifest. */
|
||||
manifest: number;
|
||||
/** Latest release number of this product available from the patch server. */
|
||||
http: number;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue