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