From 90fc58ba86f6281b2e1ed0d9b5630a25830dbcb0 Mon Sep 17 00:00:00 2001 From: Matthew Miller Date: Mon, 4 Jul 2022 09:24:23 -0700 Subject: Add new hybrid transport --- packages/typescript-types/src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'packages/typescript-types/src') diff --git a/packages/typescript-types/src/index.ts b/packages/typescript-types/src/index.ts index 0fc1a53..80be2c5 100644 --- a/packages/typescript-types/src/index.ts +++ b/packages/typescript-types/src/index.ts @@ -153,7 +153,7 @@ export interface AuthenticatorAttestationResponseFuture extends AuthenticatorAtt * transports. Should eventually be replaced by TypeScript's when TypeScript gets updated to * know about it (sometime after 4.6.3) */ -export type AuthenticatorTransportFuture = "ble" | "internal" | "nfc" | "usb" | "cable"; +export type AuthenticatorTransportFuture = "ble" | "internal" | "nfc" | "usb" | "cable" | "hybrid"; /** * A super class of TypeScript's `PublicKeyCredentialDescriptor` that knows about the latest -- cgit v1.2.3