From 93d1ba70c2df46e7df5aa47b495e6cec9c8e3a6c Mon Sep 17 00:00:00 2001 From: Lucy Cifferello <12953208+elvece@users.noreply.github.com> Date: Fri, 15 Jul 2022 19:14:58 -0600 Subject: [PATCH] extend migration type to take in optional params --- types.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/types.ts b/types.ts index ca4c1cd..89be6e0 100644 --- a/types.ts +++ b/types.ts @@ -24,6 +24,7 @@ export namespace ExpectedExports { export type migration = ( effects: Effects, version: string, + options?: any, ) => Promise>; export type action = { [id: string]: (