CertificateContentType type

contentType の値を定義します。 使用可能な値は、'application/x-pem-file'、'application/x-pkcs12' です。

type CertificateContentType =
  | "application/x-pem-file"
  | "application/x-pkcs12"
  | undefined