mirror of
https://github.com/Start9Labs/start-sdk.git
synced 2026-03-26 02:11:56 +00:00
chore: Do the migrations
This commit is contained in:
@@ -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.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user