Skip to content

Commit 3e92a6f

Browse files
Merge pull request #142 from TimoGlastra/fix/js-aml-type
fix(js): aml response type
2 parents 191268a + c447b8a commit 3e92a6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wrappers/javascript/indy-vdr-shared/src/builder/GetAcceptanceMechanismsRequest.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ interface GetAcceptanceMechanismsFoundResult extends GetRequestResultFoundBase {
1313
data: {
1414
version: string
1515
amlContext: string
16-
aml: string[]
16+
aml: Record<string, string>
1717
}
1818
}
1919

0 commit comments

Comments
 (0)