🚀 Add TypeScript code
This commit is contained in:
parent
59f6ae0f11
commit
89faa530ec
17 changed files with 368 additions and 8 deletions
6
src/interfaces/IProductData.ts
Normal file
6
src/interfaces/IProductData.ts
Normal file
|
@ -0,0 +1,6 @@
|
|||
export default interface IProductData {
|
||||
/** Latest release number of this product according to manifest. */
|
||||
manifestVersion: number;
|
||||
/** Latest release number of this product available from the patch server. */
|
||||
httpVersion: number;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue