type alias webcrypto.KeyFormat Usageimport { type webcrypto } from "node:crypto"; type { KeyFormat } = webcrypto; Definition | "jwk" | "pkcs8" | "raw" | "spki"