diff options
author | Matthew Miller <matthew@millerti.me> | 2022-11-29 09:56:17 -0800 |
---|---|---|
committer | Matthew Miller <matthew@millerti.me> | 2022-11-29 09:56:17 -0800 |
commit | a7b63ba021f909eca247006f3ee8837486a44285 (patch) | |
tree | d8a0bd8985176ace189dbfad7ccf446f983b7f8d /packages/typescript-types | |
parent | fb47ece5ac6f0d68fb2e6307b1b4f5bfeb6ef0b0 (diff) |
Clean up some unused imports
Diffstat (limited to 'packages/typescript-types')
-rw-r--r-- | packages/typescript-types/src/index.ts | 2 |
1 files changed, 0 insertions, 2 deletions
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'; |