We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
unknown | null
unknown
1 parent 7c6cfaa commit f6b9d12Copy full SHA for f6b9d12
src/resources/executions/executions.ts
@@ -93,7 +93,7 @@ export interface Execution {
93
94
metadata?: unknown | null;
95
96
- output?: unknown | null;
+ output?: unknown;
97
}
98
99
export interface Transition {
@@ -148,7 +148,7 @@ export interface ExecutionCreateParams {
148
149
150
151
152
153
154
export interface ExecutionListParams extends OffsetPaginationParams {
0 commit comments