CertificateContentType type

تعريف قيم contentType. تتضمن القيم المحتملة: "application/x-pem-file" و"application/x-pkcs12"

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