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 1fa0cc7 commit df1e896Copy full SHA for df1e896
packages/ingestion/model/task.ts
@@ -46,7 +46,7 @@ export type Task = {
46
*/
47
failureThreshold?: number;
48
49
- action: ActionType;
+ action?: ActionType;
50
51
/**
52
* Date of the last cursor in RFC 3339 format.
packages/ingestion/model/taskV1.ts
@@ -37,7 +37,7 @@ export type TaskV1 = {
37
38
39
40
41
42
43
0 commit comments