From 4f480c4e94ea97b635f03bfd64f339c1f32e5b23 Mon Sep 17 00:00:00 2001 From: BluJ Date: Mon, 6 Mar 2023 16:48:29 -0700 Subject: [PATCH] chore: Add in the group ordering for actions --- lib/types.ts | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/lib/types.ts b/lib/types.ts index 9b88aaa..635211e 100644 --- a/lib/types.ts +++ b/lib/types.ts @@ -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; /** * Remove an action that was exported. Used problably during main or during setConfig.