mirror of
https://github.com/Start9Labs/start-sdk.git
synced 2026-03-31 04:33:40 +00:00
chore: Revert the param that wasn't actually sent
This commit is contained in:
1
types.ts
1
types.ts
@@ -24,7 +24,6 @@ export namespace ExpectedExports {
|
|||||||
export type migration = (
|
export type migration = (
|
||||||
effects: Effects,
|
effects: Effects,
|
||||||
version: string,
|
version: string,
|
||||||
options?: any,
|
|
||||||
) => Promise<ResultType<MigrationRes>>;
|
) => Promise<ResultType<MigrationRes>>;
|
||||||
export type action = {
|
export type action = {
|
||||||
[id: string]: (
|
[id: string]: (
|
||||||
|
|||||||
Reference in New Issue
Block a user