interface OptionalComponentEvidenceProperties {
    copyright?: CopyrightRepository;
    licenses?: LicenseRepository;
}

Properties