Skip to content

Commit 8730db5

Browse files
committed
Add CredentialCreationOptionsJSON and CredentialRequestOptionsJSON to basic types.
1 parent 0de4cd4 commit 8730db5

File tree

2 files changed

+2
-7
lines changed

2 files changed

+2
-7
lines changed

src/webauthn-json/extended.ts

-7
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,6 @@ export {
99
getResponseToJSON,
1010
} from "./basic/api";
1111

12-
export type {
13-
CredentialCreationOptionsJSON,
14-
CredentialRequestOptionsJSON,
15-
PublicKeyCredentialWithAssertionJSON,
16-
PublicKeyCredentialWithAttestationJSON,
17-
} from "./basic/json";
18-
1912
// Extended
2013

2114
export {

src/webauthn-json/index.ts

+2
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,6 @@ export type {
66
PublicKeyCredentialDescriptorJSON,
77
PublicKeyCredentialWithAssertionJSON,
88
PublicKeyCredentialWithAttestationJSON,
9+
CredentialCreationOptionsJSON,
10+
CredentialRequestOptionsJSON,
911
} from "./basic/json";

0 commit comments

Comments
 (0)