diff options
author | Matthew Miller <matthew@millerti.me> | 2022-11-29 09:56:08 -0800 |
---|---|---|
committer | Matthew Miller <matthew@millerti.me> | 2022-11-29 09:56:08 -0800 |
commit | fb47ece5ac6f0d68fb2e6307b1b4f5bfeb6ef0b0 (patch) | |
tree | 1f0f61a8e8c4bbbfad4f92ed3e078bc69921adc4 | |
parent | e17af813e2296a92cbf99bf57f8f66d7ab79f448 (diff) |
Extract Crypto DOM 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 856cb63..36072e6 100644 --- a/packages/typescript-types/extract-dom-types.ts +++ b/packages/typescript-types/extract-dom-types.ts @@ -25,6 +25,7 @@ const types = [ 'AuthenticationExtensionsClientOutputs', 'AuthenticatorSelectionCriteria', 'COSEAlgorithmIdentifier', + 'Crypto', 'PublicKeyCredential', 'PublicKeyCredentialCreationOptions', 'PublicKeyCredentialDescriptor', |