From e7b6aa035d4bd7bb0583d0f102ae3e1b5c271a32 Mon Sep 17 00:00:00 2001 From: Matthew Miller Date: Wed, 18 May 2022 16:17:26 -0700 Subject: Restore AuthenticatorTransport export from DOM lib --- packages/typescript-types/extract-dom-types.ts | 1 + 1 file changed, 1 insertion(+) (limited to 'packages/typescript-types') diff --git a/packages/typescript-types/extract-dom-types.ts b/packages/typescript-types/extract-dom-types.ts index 75d16cc..856cb63 100644 --- a/packages/typescript-types/extract-dom-types.ts +++ b/packages/typescript-types/extract-dom-types.ts @@ -20,6 +20,7 @@ const types = [ 'AuthenticatorAssertionResponse', 'AttestationConveyancePreference', 'AuthenticatorAttestationResponse', + 'AuthenticatorTransport', 'AuthenticationExtensionsClientInputs', 'AuthenticationExtensionsClientOutputs', 'AuthenticatorSelectionCriteria', -- cgit v1.2.3