diff options
author | Matthew Miller <matthew@millerti.me> | 2020-05-20 18:10:09 -0700 |
---|---|---|
committer | Matthew Miller <matthew@millerti.me> | 2020-05-20 18:10:09 -0700 |
commit | 81af7ddf93fa242533ea9125f87d5515a8877bac (patch) | |
tree | fcdc1b9d08456b0fc89d16153e36fc9366738ee3 /packages/server/src/helpers/decodeAttestationObject.ts | |
parent | 017ee005bdea168a6d2adfdec0a39ea7b2275220 (diff) |
Import server types from “types” package
Diffstat (limited to 'packages/server/src/helpers/decodeAttestationObject.ts')
-rw-r--r-- | packages/server/src/helpers/decodeAttestationObject.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/server/src/helpers/decodeAttestationObject.ts b/packages/server/src/helpers/decodeAttestationObject.ts index 224734e..fa39454 100644 --- a/packages/server/src/helpers/decodeAttestationObject.ts +++ b/packages/server/src/helpers/decodeAttestationObject.ts @@ -1,7 +1,7 @@ import base64url from 'base64url'; import cbor from 'cbor'; +import { AttestationObject } from '@webauthntine/typescript-types'; -import { AttestationObject } from '@libTypes'; /** * Convert an AttestationObject from base64 string to a proper object |