summaryrefslogtreecommitdiffhomepage
path: root/src/types.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/types.ts')
-rw-r--r--src/types.ts6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/types.ts b/src/types.ts
index 927cdf4..0379ced 100644
--- a/src/types.ts
+++ b/src/types.ts
@@ -65,3 +65,9 @@ export type VerifiedAttestation = {
base64CredentialID: string,
},
};
+
+export type CertificateInfo = {
+ subject: { [key: string]: string },
+ version: number,
+ basicConstraintsCA: boolean,
+};