Skip to content

Commit 9df7415

Browse files
zirkelcebisbe
andauthored
Update lib/index.d.ts
Co-authored-by: Enric Bisbe Gil <[email protected]>
1 parent 21927bf commit 9df7415

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

lib/index.d.ts

+3
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,9 @@ type Definition = {
4343
Comment?: string;
4444
StartAt: string;
4545
States: States;
46+
ProcessorConfig?: {
47+
Mode: "INLINE" | "DISTRIBUTED";
48+
};
4649
};
4750

4851
type States = {

0 commit comments

Comments
 (0)