Skip to content

Commit

Permalink
type: Added missing properties (#107)
Browse files Browse the repository at this point in the history
  • Loading branch information
chulanovskyi-bs authored Apr 6, 2021
1 parent 2054ebf commit a30ddb6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion types/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,10 @@ export interface Assembly {
uploads: any[],
results: any,
build_id: string,
error?: string
error?: string,
stderr?: string,
stdout?: string,
reason?: string,
}

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

0 comments on commit a30ddb6

Please sign in to comment.