chore: update the types again for the actions in the metadata

This commit is contained in:
BluJ
2023-04-25 10:42:38 -06:00
parent 29ccafb086
commit 5107d38547
3 changed files with 5 additions and 5 deletions

View File

@@ -1,5 +1,5 @@
import { ValidEmVer } from "../emverLite/mod";
import { ActionResult } from "../types";
import { ActionMetaData, ActionResult } from "../types";
export interface Container {
image: string;
@@ -33,7 +33,7 @@ export interface GenericManifest {
};
containers: Record<string, Container>;
volumes: Record<string, string>;
actions: ActionResult[];
actions: ActionMetaData[];
alerts: {
install: string | null;
update: string | null;