diff options
author | Matthew Miller <matthew@millerti.me> | 2021-02-05 10:16:06 -0800 |
---|---|---|
committer | Matthew Miller <matthew@millerti.me> | 2021-02-05 10:16:06 -0800 |
commit | 503850a0492e6768a60dbce18d038eb9cf76f5ea (patch) | |
tree | 1398d1532912a68d40dca4b9217977e7a5f978b7 /packages/typescript-types/extract-dom-types.ts | |
parent | 119609521b031445fbfd8134b2b493af0d22d5aa (diff) |
Include AuthenticationExtensionsClientOutputs
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', |