Skip to content
Snippets Groups Projects
aggregation-mapping.linkrel.ts 147 B
Newer Older
  • Learn to ignore specific revisions
  • export enum AggregationMappingListLinkRel {
    
      LIST = 'auswertungs',
    
    
    export enum AggregationMappingLinkRel {
      SELF = 'self',
    }