diff options
author | Matthew Miller <matthew@millerti.me> | 2022-05-18 16:17:26 -0700 |
---|---|---|
committer | Matthew Miller <matthew@millerti.me> | 2022-05-18 16:17:26 -0700 |
commit | e7b6aa035d4bd7bb0583d0f102ae3e1b5c271a32 (patch) | |
tree | 4e46bb280dd38f7743c9aedd5ee5001d859c482f /packages/typescript-types | |
parent | 44bc82b8521472efcb829944782829742f529d16 (diff) |
Restore AuthenticatorTransport export from DOM lib
Diffstat (limited to 'packages/typescript-types')
-rw-r--r-- | packages/typescript-types/extract-dom-types.ts | 1 |
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', |