From a30ddb6037db77a7e37f212694a7c128c06395d9 Mon Sep 17 00:00:00 2001 From: chulanovskyi-bs <56116665+chulanovskyi-bs@users.noreply.github.com> Date: Tue, 6 Apr 2021 17:52:01 +0300 Subject: [PATCH] type: Added missing properties (#107) --- types/index.d.ts | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/types/index.d.ts b/types/index.d.ts index 27557831..525569af 100644 --- a/types/index.d.ts +++ b/types/index.d.ts @@ -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 */