interface ComponentEvidence {
    copyright?: Copyright[];
    licenses?: Serialize.JSON.Types.Normalized.License[];
}

Properties

copyright?: Copyright[]