@@ -9,20 +9,13 @@ export {
9
9
getResponseToJSON ,
10
10
} from "./basic/api" ;
11
11
12
- import type {
12
+ export type {
13
13
CredentialCreationOptionsJSON ,
14
14
CredentialRequestOptionsJSON ,
15
15
PublicKeyCredentialWithAssertionJSON ,
16
16
PublicKeyCredentialWithAttestationJSON ,
17
17
} from "./basic/json" ;
18
18
19
- export type {
20
- CredentialCreationOptionsJSON ,
21
- PublicKeyCredentialWithAttestationJSON ,
22
- CredentialRequestOptionsJSON ,
23
- PublicKeyCredentialWithAssertionJSON ,
24
- } ;
25
-
26
19
// Extended
27
20
28
21
export {
@@ -34,19 +27,12 @@ export {
34
27
getExtendedResponseToJSON ,
35
28
} from "./extended/api" ;
36
29
37
- import type {
38
- CredentialCreationOptionsExtendedJSON ,
39
- CredentialRequestOptionsExtendedJSON ,
40
- PublicKeyCredentialWithAssertionExtendedResultsJSON ,
41
- PublicKeyCredentialWithAttestationExtendedResultsJSON ,
42
- } from "./extended/json" ;
43
-
44
30
export type {
45
31
CredentialCreationOptionsExtendedJSON ,
46
32
CredentialRequestOptionsExtendedJSON ,
47
33
PublicKeyCredentialWithAssertionExtendedResultsJSON ,
48
34
PublicKeyCredentialWithAttestationExtendedResultsJSON ,
49
- } ;
35
+ } from "./extended/json" ;
50
36
51
37
// Conversion
52
38
0 commit comments