src/api/webApi/data/distributionIdentifiable.interface.ts
getIdentifier()
string
getName()
export interface DistributionIdentifiable { getName(): string; getIdentifier(): string; }