✨ Update database queries
This commit is contained in:
parent
89faa530ec
commit
e9a58152d7
5 changed files with 28 additions and 56 deletions
10
src/interfaces/IDatabaseRow.ts
Normal file
10
src/interfaces/IDatabaseRow.ts
Normal file
|
@ -0,0 +1,10 @@
|
|||
import { Product } from "ssn";
|
||||
|
||||
export default interface IDatabaseRow {
|
||||
/** 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