From ec5ef35ed47b90b9f09199d28f7885f8287815a8 Mon Sep 17 00:00:00 2001 From: physcik Date: Tue, 28 Apr 2026 12:34:36 +0500 Subject: description frontend --- front/src/Models/Description.ts | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 front/src/Models/Description.ts (limited to 'front/src/Models/Description.ts') 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, +}; -- cgit v1.3