diff options
author | Matthew Miller <matthew@millerti.me> | 2020-05-19 17:24:01 -0700 |
---|---|---|
committer | Matthew Miller <matthew@millerti.me> | 2020-05-19 17:24:01 -0700 |
commit | e1b3baaa784319b93ac351b31e79cf386d3e26da (patch) | |
tree | 7f79219d11dfc3994c648834504ee2f3a2ed53ee /src/helpers/decodeAttestationObject.ts | |
parent | 7017417e5d5229e6fb709b637135845d9428c868 (diff) |
Replace `@types` with `@libTypes`
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 |