Skip to content

Commit

Permalink
Merge pull request #666 from ffflorian/fix/types/output-string
Browse files Browse the repository at this point in the history
Add string output type
  • Loading branch information
Stuk committed Jun 13, 2020
2 parents 2aad916 + 7e8b8ee commit 9591294
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.d.ts
Expand Up @@ -36,6 +36,7 @@ interface InputByType {

interface OutputByType {
base64: string;
string: string;
text: string;
binarystring: string;
array: number[];
Expand Down

0 comments on commit 9591294

Please sign in to comment.