We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26a76b1 commit d231c3fCopy full SHA for d231c3f
index.d.ts
@@ -74,6 +74,7 @@ interface CodeProcessors {
74
onInputCodeData?: (codedata: CodeData) => void;
75
onPairing?: (codedata: CodeData) => void;
76
onError?: (message: string) => void;
77
+ codeAES?: string;
78
}
79
80
0 commit comments