From 9776fc1d95558c598895f247dd3780f4dfdde0f2 Mon Sep 17 00:00:00 2001 From: Matthew Miller Date: Mon, 1 Jun 2020 16:27:54 -0700 Subject: Stop exporting two now-internal types --- 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 886d8f1..a1d93e0 100644 --- a/packages/typescript-types/src/index.ts +++ b/packages/typescript-types/src/index.ts @@ -75,13 +75,13 @@ export interface AssertionCredentialJSON extends Omit { clientDataJSON: Base64String; attestationObject: Base64String; } -export interface AuthenticatorAssertionResponseJSON +interface AuthenticatorAssertionResponseJSON extends Omit< AuthenticatorAssertionResponse, 'authenticatorData' | 'clientDataJSON' | 'signature' | 'userHandle' -- cgit v1.2.3