diff options
Diffstat (limited to 'packages/typescript-types')
-rw-r--r-- | packages/typescript-types/src/index.ts | 1 |
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, |