ExtendedKeyUsage
Extended Key Usage — either a well-known purpose string or a custom OID.
ts
type ExtendedKeyUsage = serverAuth | clientAuth | codeSigning | emailProtection | timeStamping | ocspSigning | {
readonly type: oid;
readonly value: string
}