CertificateTags type

証明書タグの形状を表すインターフェイス。 タグは、単なる文字列キーと値のペアです。

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