summaryrefslogtreecommitdiff
path: root/front/src/Models/Description.ts
diff options
context:
space:
mode:
authorphyscik <mynameisgennadiy@vk.com>2026-04-28 12:34:36 +0500
committerphyscik <mynameisgennadiy@vk.com>2026-04-28 12:34:36 +0500
commitec5ef35ed47b90b9f09199d28f7885f8287815a8 (patch)
tree5231f94716e2d3a9dae618cba9bd83534dca43c1 /front/src/Models/Description.ts
parent9a43fa05ade031c91d515d1254e05fd33cc7a482 (diff)
description frontend
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,
+};