mirror of
https://github.com/Start9Labs/start-sdk.git
synced 2026-03-30 20:24:47 +00:00
chore: Add in the group ordering for actions
This commit is contained in:
@@ -257,6 +257,11 @@ export type Effects = {
|
|||||||
description: string;
|
description: string;
|
||||||
id: string;
|
id: string;
|
||||||
input: null | InputSpec;
|
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>;
|
}): Promise<void>;
|
||||||
/**
|
/**
|
||||||
* Remove an action that was exported. Used problably during main or during setConfig.
|
* Remove an action that was exported. Used problably during main or during setConfig.
|
||||||
|
|||||||
Reference in New Issue
Block a user