diff options
Diffstat (limited to 'example/example-server.d.ts')
-rw-r--r-- | example/example-server.d.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/example/example-server.d.ts b/example/example-server.d.ts index 2e56445..258a0ce 100644 --- a/example/example-server.d.ts +++ b/example/example-server.d.ts @@ -1,4 +1,4 @@ -import type { AuthenticatorDevice } from '@simplewebauthn/typescript-types'; +import type { AuthenticatorDevice } from '@simplewebauthn/types'; /** * You'll need a database to store a few things: |