Skip to content

Commit 9591294

Browse files
authored
Merge pull request #666 from ffflorian/fix/types/output-string
Add string output type
2 parents 2aad916 + 7e8b8ee commit 9591294

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

index.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ interface InputByType {
3636

3737
interface OutputByType {
3838
base64: string;
39+
string: string;
3940
text: string;
4041
binarystring: string;
4142
array: number[];

0 commit comments

Comments
 (0)