27.11 Artifact Attribute
#todo
Attribute are optional descriptive value for UI displacement
interface ArtifactAttachments {
attribute: ArtifactAttribute[],
// ...
}
type ArtifactAttribute = { attribute: string; value: string };#todo
Attribute are optional descriptive value for UI displacement
interface ArtifactAttachments {
attribute: ArtifactAttribute[],
// ...
}
type ArtifactAttribute = { attribute: string; value: string };