Compartilhar via


CertificateContentType type

Define valores para contentType. Os valores possíveis incluem: 'application/x-pem-file', 'application/x-pkcs12'

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