@@ -25,6 +25,12 @@ export namespace ExpectedExports {
effects: Effects,
version: string,
) => Promise<ResultType<MigrationRes>>;
export type action = {
[id: string]: (
config?: Config
) => Promise<ResultType<ActionResult>>
}
The note is not visible to the blocked user.