summaryrefslogtreecommitdiff
path: root/front/src/Models/Description.ts
diff options
context:
space:
mode:
Diffstat (limited to 'front/src/Models/Description.ts')
-rw-r--r--front/src/Models/Description.ts5
1 files changed, 5 insertions, 0 deletions
diff --git a/front/src/Models/Description.ts b/front/src/Models/Description.ts
new file mode 100644
index 0000000..b737e78
--- /dev/null
+++ b/front/src/Models/Description.ts
@@ -0,0 +1,5 @@
+export type Description = {
+ Id: string,
+ Language: string,
+ Contents: string,
+};