We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
CredentialCreationOptionsJSON
CredentialRequestOptionsJSON
1 parent 0de4cd4 commit 8730db5Copy full SHA for 8730db5
src/webauthn-json/extended.ts
@@ -9,13 +9,6 @@ export {
9
getResponseToJSON,
10
} from "./basic/api";
11
12
-export type {
13
- CredentialCreationOptionsJSON,
14
- CredentialRequestOptionsJSON,
15
- PublicKeyCredentialWithAssertionJSON,
16
- PublicKeyCredentialWithAttestationJSON,
17
-} from "./basic/json";
18
-
19
// Extended
20
21
export {
src/webauthn-json/index.ts
@@ -6,4 +6,6 @@ export type {
6
PublicKeyCredentialDescriptorJSON,
7
PublicKeyCredentialWithAssertionJSON,
8
PublicKeyCredentialWithAttestationJSON,
+ CredentialCreationOptionsJSON,
+ CredentialRequestOptionsJSON,
} from "./basic/json";
0 commit comments