summaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/types.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/types.ts b/src/types.ts
index 0379ced..9979117 100644
--- a/src/types.ts
+++ b/src/types.ts
@@ -29,6 +29,7 @@ export type AttestationObject = {
attStmt: {
sig?: Buffer,
x5c?: Buffer[],
+ ecdaaKeyId?: Buffer,
},
authData: Buffer,
};