From a7b63ba021f909eca247006f3ee8837486a44285 Mon Sep 17 00:00:00 2001 From: Matthew Miller Date: Tue, 29 Nov 2022 09:56:17 -0800 Subject: Clean up some unused imports --- packages/typescript-types/src/index.ts | 2 -- 1 file changed, 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 59e3442..67aac4b 100644 --- a/packages/typescript-types/src/index.ts +++ b/packages/typescript-types/src/index.ts @@ -6,7 +6,6 @@ import type { AuthenticatorAssertionResponse, AuthenticatorAttestationResponse, - COSEAlgorithmIdentifier, PublicKeyCredential, PublicKeyCredentialCreationOptions, PublicKeyCredentialDescriptor, @@ -14,7 +13,6 @@ import type { PublicKeyCredentialUserEntity, AuthenticationExtensionsClientInputs, AuthenticationExtensionsClientOutputs, - AuthenticatorAttachment, } from './dom'; export * from './dom'; -- cgit v1.2.3