Merge branch 'master' of github.com:Start9Labs/start-sdk

This commit is contained in:
BluJ
2023-04-26 09:05:38 -06:00
23 changed files with 274 additions and 153 deletions

View File

@@ -57,11 +57,11 @@ export interface GenericManifest {
actions: Array<ActionMetaData>;
alerts: {
install: string | null;
update: string | null;
uninstall: string | null;
restore: string | null;
start: string | null;
stop: string | null;
update: string | null;
};
dependencies: Record<string, Dependency>;
}