mirror of
https://github.com/lxsang/antos-frontend.git
synced 2025-04-28 09:36:44 +02:00
regen archive
This commit is contained in:
parent
da5bbdab60
commit
e4ccfedbd8
5
d.ts/antos.d.ts
vendored
5
d.ts/antos.d.ts
vendored
@ -1622,12 +1622,15 @@ declare namespace OS {
|
|||||||
build_id: string;
|
build_id: string;
|
||||||
/**
|
/**
|
||||||
*Creates an instance of Version.
|
*Creates an instance of Version.
|
||||||
|
*
|
||||||
* @param {string} string string represents the version
|
* @param {string} string string represents the version
|
||||||
* @memberof Version
|
* @memberof Version
|
||||||
*/
|
*/
|
||||||
constructor(string: string);
|
constructor(string: string);
|
||||||
/**
|
/**
|
||||||
* Setter getter to set the version string to the object
|
* Setter/getter to set the version string to the object
|
||||||
|
*
|
||||||
|
* @memberof Version
|
||||||
*/
|
*/
|
||||||
set version_string(v: string);
|
set version_string(v: string);
|
||||||
get version_string(): string;
|
get version_string(): string;
|
||||||
|
@ -1 +1 @@
|
|||||||
1.2.1
|
1.2.1-b-da5bbda
|
Loading…
x
Reference in New Issue
Block a user