CertificateTags type

An interface representing the shape of the Certificate Tags. The tags are just string key-value pairs.

type CertificateTags = { [propertyName: string]: string }