summaryrefslogtreecommitdiffhomepage
path: root/packages/typescript-types/src
diff options
context:
space:
mode:
Diffstat (limited to 'packages/typescript-types/src')
-rw-r--r--packages/typescript-types/src/index.ts2
1 files changed, 2 insertions, 0 deletions
diff --git a/packages/typescript-types/src/index.ts b/packages/typescript-types/src/index.ts
index 436f7ff..c950398 100644
--- a/packages/typescript-types/src/index.ts
+++ b/packages/typescript-types/src/index.ts
@@ -116,6 +116,8 @@ export type AuthenticatorDevice = {
credentialID: Base64URLString;
// Number of times this device is expected to have been used
counter: number;
+ // From browser's `startAttestation()` -> AttestationCredentialJSON.transports (API L2 and up)
+ transports?: AuthenticatorTransport[];
};
/**