chore: Do the migrations

This commit is contained in:
BluJ
2023-04-24 15:52:43 -06:00
parent 75ec297be1
commit 50cfc7aa43
19 changed files with 167 additions and 98 deletions

View File

@@ -1,7 +1,6 @@
export * as configTypes from "./config/configTypes";
import { InputSpec } from "./config/configTypes";
import { DependenciesReceipt } from "./config/setupConfig";
import { ActionReceipt } from "./init";
export type ExportedAction = (options: {
effects: Effects;
@@ -350,7 +349,7 @@ export type Effects = {
*
* @param options
*/
exportAction(options: ActionMetaData): Promise<void & ActionReceipt>;
exportAction(options: ActionMetaData): Promise<void>;
/**
* Remove an action that was exported. Used problably during main or during setConfig.
*/