summaryrefslogtreecommitdiffhomepage
path: root/packages/server/src/helpers/decodeClientDataJSON.ts
diff options
context:
space:
mode:
authorMatthew Miller <matthew@millerti.me>2020-05-20 18:10:09 -0700
committerMatthew Miller <matthew@millerti.me>2020-05-20 18:10:09 -0700
commit81af7ddf93fa242533ea9125f87d5515a8877bac (patch)
treefcdc1b9d08456b0fc89d16153e36fc9366738ee3 /packages/server/src/helpers/decodeClientDataJSON.ts
parent017ee005bdea168a6d2adfdec0a39ea7b2275220 (diff)
Import server types from “types” package
Diffstat (limited to 'packages/server/src/helpers/decodeClientDataJSON.ts')
-rw-r--r--packages/server/src/helpers/decodeClientDataJSON.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/server/src/helpers/decodeClientDataJSON.ts b/packages/server/src/helpers/decodeClientDataJSON.ts
index 7aae023..1aeb9c9 100644
--- a/packages/server/src/helpers/decodeClientDataJSON.ts
+++ b/packages/server/src/helpers/decodeClientDataJSON.ts
@@ -1,4 +1,4 @@
-import { ClientDataJSON } from '@libTypes';
+import { ClientDataJSON } from '@webauthntine/typescript-types';
import asciiToBinary from './asciiToBinary';