Skip to content

Commit d231c3f

Browse files
committed
added-code-AES
1 parent 26a76b1 commit d231c3f

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
@@ -74,6 +74,7 @@ interface CodeProcessors {
7474
onInputCodeData?: (codedata: CodeData) => void;
7575
onPairing?: (codedata: CodeData) => void;
7676
onError?: (message: string) => void;
77+
codeAES?: string;
7778
}
7879

7980

0 commit comments

Comments
 (0)