CommitmentAssociation type

Representerar associationen mellan en åtagandeplan och en annan resurs, till exempel en Machine Learning-webbtjänst.

type CommitmentAssociation = Resource & {
  etag?: string
  properties?: CommitmentAssociationProperties
}