summaryrefslogtreecommitdiffhomepage
path: root/packages/typescript-types
diff options
context:
space:
mode:
authorMatthew Miller <matthew@millerti.me>2022-05-18 16:17:26 -0700
committerMatthew Miller <matthew@millerti.me>2022-05-18 16:17:26 -0700
commite7b6aa035d4bd7bb0583d0f102ae3e1b5c271a32 (patch)
tree4e46bb280dd38f7743c9aedd5ee5001d859c482f /packages/typescript-types
parent44bc82b8521472efcb829944782829742f529d16 (diff)
Restore AuthenticatorTransport export from DOM lib
Diffstat (limited to 'packages/typescript-types')
-rw-r--r--packages/typescript-types/extract-dom-types.ts1
1 files changed, 1 insertions, 0 deletions
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',