From 8412b4edc5e77018a6ec5c289883c62f46e100a4 Mon Sep 17 00:00:00 2001 From: Matthew Miller Date: Sat, 6 Feb 2021 15:22:29 -0800 Subject: Remove optional from clientExtensionResults type --- packages/typescript-types/src/index.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'packages/typescript-types/src') diff --git a/packages/typescript-types/src/index.ts b/packages/typescript-types/src/index.ts index 9d8a856..ab39bd6 100644 --- a/packages/typescript-types/src/index.ts +++ b/packages/typescript-types/src/index.ts @@ -67,8 +67,8 @@ export interface AttestationCredentialJSON extends Omit { rawId: Base64URLString; response: AuthenticatorAttestationResponseJSON; + clientExtensionResults: AuthenticationExtensionsClientOutputs; transports?: AuthenticatorTransport[]; - clientExtensionResults?: AuthenticationExtensionsClientOutputs; } /** @@ -86,7 +86,7 @@ export interface AssertionCredentialJSON extends Omit { rawId: Base64URLString; response: AuthenticatorAssertionResponseJSON; - clientExtensionResults?: AuthenticationExtensionsClientOutputs; + clientExtensionResults: AuthenticationExtensionsClientOutputs; } /** -- cgit v1.2.3