Skip to content

Commit a30ddb6

Browse files
type: Added missing properties (#107)
1 parent 2054ebf commit a30ddb6

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Diff for: types/index.d.ts

+4-1
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,10 @@ export interface Assembly {
133133
uploads: any[],
134134
results: any,
135135
build_id: string,
136-
error?: string
136+
error?: string,
137+
stderr?: string,
138+
stdout?: string,
139+
reason?: string,
137140
}
138141

139142
/** See https://transloadit.com/docs/api/#assemblies-assembly-id-get */

0 commit comments

Comments
 (0)