meyfa/ka-mensa-fetch

View on GitHub
src/types/legend.ts

Summary

Maintainability
A
0 mins
Test Coverage
/**
 * Description of a legend entry.
 * This is as it occurs in the legend dataset.
 */
export interface LegendItem {
  short: string
  label: string
}