Code development platform for open source projects from the European Union institutions

Skip to content
Snippets Groups Projects
domain-ro.model.ts 281 B
Newer Older
import {SearchTableEntity} from "../common/search-table/search-table-entity.model";

export interface DomainRo extends SearchTableEntity {
  domainId: string;
  bdmslClientCertHeader: string;
  bdmslClientCertAlias: string;
  bdmslSmpId: string;
  signatureCertAlias: string;