diff options
author | Matthew Miller <matthew@millerti.me> | 2022-12-27 19:18:11 -0800 |
---|---|---|
committer | Matthew Miller <matthew@millerti.me> | 2022-12-27 19:18:11 -0800 |
commit | 0571dbea85f539b350e853e716ba5489c49646c5 (patch) | |
tree | 51a54914efe145230e79bf5d86464a4c7b8d8d5e | |
parent | 9368677134917f9c4fc9b3d82fd94050354d7fd1 (diff) |
Clean up unused imports
-rw-r--r-- | packages/typescript-types/src/index.ts | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/packages/typescript-types/src/index.ts b/packages/typescript-types/src/index.ts index c6562a0..6d68b17 100644 --- a/packages/typescript-types/src/index.ts +++ b/packages/typescript-types/src/index.ts @@ -7,10 +7,7 @@ import type { AuthenticatorAssertionResponse, AuthenticatorAttestationResponse, PublicKeyCredential, - PublicKeyCredentialCreationOptions, PublicKeyCredentialDescriptor, - PublicKeyCredentialRequestOptions, - PublicKeyCredentialUserEntity, AuthenticationExtensionsClientInputs, AuthenticationExtensionsClientOutputs, PublicKeyCredentialRpEntity, |