property webcrypto.CryptoKey.type Usage in Deno```typescript import { type webcrypto } from "node:node__crypto.d.ts"; ``` A string identifying whether the key is a symmetric (`'secret'`) or asymmetric (`'private'` or `'public'`) key. Type KeyType