Skip to content

Commit

Permalink
added support for 5 new langauges
Browse files Browse the repository at this point in the history
  • Loading branch information
HeinzBaumann committed Jan 8, 2025
1 parent 0d95c4c commit 77d3ab2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions modules/core/src/model/gvl/DataCategories.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
import {GVLMapItem} from './GVLMapItem.js';

export interface DataCategories extends GVLMapItem {
categories: string;
description: string;
};
Loading

0 comments on commit 77d3ab2

Please sign in to comment.