This website works better with JavaScript
Home
Explore
Help
Register
Sign In
iapt-platform
/
mint
mirror of
https://github.com/iapt-platform/mint.git
Watch
2
Star
0
Fork
0
Files
Issues
0
Wiki
Browse Source
:construction: create
visuddhinanda
3 years ago
parent
3e1b62024f
commit
5cb054284f
1 changed files
with
5 additions
and
0 deletions
Split View
Show Diff Stats
5
0
dashboard/src/components/api/Tag.ts
+ 5
- 0
dashboard/src/components/api/Tag.ts
View File
@@ -0,0 +1,5 @@
+export interface TagNode {
+ id: string;
+ name: string;
+ description?: string;
+}