Fix StartOS 0.4 TypeScript packaging to match SDK API
This commit is contained in:
Generated
Vendored
+14
@@ -0,0 +1,14 @@
|
||||
export type TunnelUpdateResult = {
|
||||
/**
|
||||
* "up-to-date", "update-available", or "updating"
|
||||
*/
|
||||
status: string;
|
||||
/**
|
||||
* Currently installed version
|
||||
*/
|
||||
installed: string;
|
||||
/**
|
||||
* Available candidate version
|
||||
*/
|
||||
candidate: string;
|
||||
};
|
||||
Reference in New Issue
Block a user