Skip to content

Commit 7e8b8ee

Browse files
committed
fix(types): Add string output type
1 parent bead269 commit 7e8b8ee

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)