summaryrefslogtreecommitdiffhomepage
path: root/packages/typescript-types/src
diff options
context:
space:
mode:
Diffstat (limited to 'packages/typescript-types/src')
-rw-r--r--packages/typescript-types/src/index.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/typescript-types/src/index.ts b/packages/typescript-types/src/index.ts
index f4cb6ae..15771b0 100644
--- a/packages/typescript-types/src/index.ts
+++ b/packages/typescript-types/src/index.ts
@@ -139,6 +139,7 @@ export type ClientDataJSON = {
*/
export type VerifiedAttestation = {
verified: boolean,
+ userVerified: boolean;
authenticatorInfo?: {
fmt: ATTESTATION_FORMATS,
counter: number,