interface webcrypto.RsaOtherPrimesInfo Usage in Denoimport { type webcrypto } from "node:crypto"; type { RsaOtherPrimesInfo } = webcrypto; Properties optional d: string optional r: string optional t: string