summaryrefslogtreecommitdiff
path: root/front/src/Models/Description.ts
blob: b737e780192d48399bad115df3203f3d8d9e22a9 (plain)
1
2
3
4
5
export type Description = {
    Id: string,
    Language: string, 
    Contents: string,
};