diff options
-rw-r--r-- | packages/typescript-types/src/index.ts | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/packages/typescript-types/src/index.ts b/packages/typescript-types/src/index.ts index 5ab574f..012611f 100644 --- a/packages/typescript-types/src/index.ts +++ b/packages/typescript-types/src/index.ts @@ -152,10 +152,7 @@ export interface AuthenticatorAttestationResponseFuture extends AuthenticatorAtt export interface CredentialCreationExtensionsInputJSON { appidExclude?: string; uvm?: boolean; - credProps?: { - first: Base64URLString; - second?: Base64URLString; - }; + credProps?: boolean; prf?: { eval?: { first: Base64URLString; |