Fix StartOS 0.4 TypeScript packaging to match SDK API
This commit is contained in:
+12
@@ -0,0 +1,12 @@
|
||||
import type { StartStop } from './StartStop';
|
||||
export type DesiredStatus = {
|
||||
main: 'stopped';
|
||||
} | {
|
||||
main: 'restarting';
|
||||
restartAgain: boolean;
|
||||
} | {
|
||||
main: 'running';
|
||||
} | {
|
||||
main: 'backing-up';
|
||||
onComplete: StartStop;
|
||||
};
|
||||
Reference in New Issue
Block a user