summaryrefslogtreecommitdiffhomepage
path: root/packages/typescript-types
diff options
context:
space:
mode:
authorMatthew Miller <matthew@millerti.me>2022-11-29 09:56:17 -0800
committerMatthew Miller <matthew@millerti.me>2022-11-29 09:56:17 -0800
commita7b63ba021f909eca247006f3ee8837486a44285 (patch)
treed8a0bd8985176ace189dbfad7ccf446f983b7f8d /packages/typescript-types
parentfb47ece5ac6f0d68fb2e6307b1b4f5bfeb6ef0b0 (diff)
Clean up some unused imports
Diffstat (limited to 'packages/typescript-types')
-rw-r--r--packages/typescript-types/src/index.ts2
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';