I get a TypeScript error with the following disclosure frame:
.withDisclosureFrame({
__decoyCount: 2,
users: [{ name: true }, true, false],
user: {
__decoyCount: 3,
dateOfBirth: true,
name: true,
lastName: false
},
license: false
})
It seems to expect only boolean values for the users array, but it is possible according to the spec to selectively disclose the name property within an array as well.
I think this might be related to #2
I get a TypeScript error with the following disclosure frame:
It seems to expect only boolean values for the
usersarray, but it is possible according to the spec to selectively disclose thenameproperty within an array as well.I think this might be related to #2