mirror of
https://github.com/Start9Labs/start-sdk.git
synced 2026-03-30 12:21:57 +00:00
Merge branch 'master' of github.com:Start9Labs/start-sdk
This commit is contained in:
@@ -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>;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user