diff options
Diffstat (limited to 'src/helpers/decodeAttestationObject.ts')
-rw-r--r-- | src/helpers/decodeAttestationObject.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/helpers/decodeAttestationObject.ts b/src/helpers/decodeAttestationObject.ts index c54a69a..224734e 100644 --- a/src/helpers/decodeAttestationObject.ts +++ b/src/helpers/decodeAttestationObject.ts @@ -1,7 +1,7 @@ import base64url from 'base64url'; import cbor from 'cbor'; -import { AttestationObject } from '@types'; +import { AttestationObject } from '@libTypes'; /** * Convert an AttestationObject from base64 string to a proper object |