chore: Update objectionjs version to 3

This commit is contained in:
Faruk AYDIN
2022-02-26 18:05:12 +03:00
committed by Ömer Faruk Aydın
parent 61c1f3a300
commit 70bb79ab6c
9 changed files with 85 additions and 200 deletions

View File

@@ -8,7 +8,7 @@ type Params = {
id: string;
key: string;
appKey: string;
parameters: string;
parameters: Record<string, unknown>;
flow: {
id: string;
};