8 lines
135 B
C#
8 lines
135 B
C#
namespace Shared.Models.Online.Alloha
|
|
{
|
|
public struct Translation
|
|
{
|
|
public string translation { get; set; }
|
|
}
|
|
}
|