From 7e8b8eee27d6349413949a90b39539e566138c9d Mon Sep 17 00:00:00 2001 From: Florian Keller Date: Mon, 20 Apr 2020 08:31:19 +0200 Subject: [PATCH] fix(types): Add string output type --- index.d.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/index.d.ts b/index.d.ts index 0c4073fc..e7a4dec1 100644 --- a/index.d.ts +++ b/index.d.ts @@ -36,6 +36,7 @@ interface InputByType { interface OutputByType { base64: string; + string: string; text: string; binarystring: string; array: number[];