diff options
author | Matthew Miller <matthew@millerti.me> | 2021-02-06 16:01:48 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-06 16:01:48 -0800 |
commit | abfb8a510069f4231d95bc594bd2e3b16a7bac5c (patch) | |
tree | 9789f61491ba38b7703d5fdef25ad3efb0362bee /packages/typescript-types/extract-dom-types.ts | |
parent | c09135e9b4166f8aa65a3396f0cd240704c2546b (diff) | |
parent | 6d4de49262bc9b655d8033af53b047b6caa23ec2 (diff) |
Merge pull request #94 from MasterKale/feature/browser-extensions-support
feature/browser-extensions-support
Diffstat (limited to 'packages/typescript-types/extract-dom-types.ts')
-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 bc16554..856cb63 100644 --- a/packages/typescript-types/extract-dom-types.ts +++ b/packages/typescript-types/extract-dom-types.ts @@ -22,6 +22,7 @@ const types = [ 'AuthenticatorAttestationResponse', 'AuthenticatorTransport', 'AuthenticationExtensionsClientInputs', + 'AuthenticationExtensionsClientOutputs', 'AuthenticatorSelectionCriteria', 'COSEAlgorithmIdentifier', 'PublicKeyCredential', |