chore: Add in the group ordering for actions

This commit is contained in:
BluJ
2023-03-06 16:48:29 -07:00
parent 8573a483b1
commit 4f480c4e94

View File

@@ -257,6 +257,11 @@ export type Effects = {
description: string;
id: string;
input: null | InputSpec;
/**
* So the ordering of the actions is by alphabetical order of the group, then followed by the alphabetical of the actions
*/
group?: string;
}): Promise<void>;
/**
* Remove an action that was exported. Used problably during main or during setConfig.