We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b78b9ce commit 7cff544Copy full SHA for 7cff544
services/workflows-service/src/workflow/update-documents.ts
@@ -4,6 +4,8 @@ import { DefaultContextSchema } from '@ballerine/common';
4
type Documents = DefaultContextSchema['documents'];
5
type Document = Documents[number];
6
7
+const sample = {};
8
+
9
export const updateDocuments = (
10
existingDocuments: Documents,
11
documentsToUpdate: Documents,
0 commit comments