summaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/types.ts4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/types.ts b/src/types.ts
index cccd755..58cc90c 100644
--- a/src/types.ts
+++ b/src/types.ts
@@ -40,7 +40,7 @@ export enum ATTESTATION_FORMATS {
PACKED = 'packed',
ANDROID_SAFETYNET = 'android-safetynet',
NONE = 'none',
-};
+}
export type AttestationObject = {
fmt: ATTESTATION_FORMATS,
@@ -110,7 +110,7 @@ export enum COSEKEYS {
y = -3,
n = -1,
e = -2,
-};
+}
export type COSEPublicKey = Map<COSEAlgorithmIdentifier, number | Buffer>;