interface PlainLanguageTranslation {
    contentType: string;
    createdAt: string;
    stringId: number;
    text: string;
    translationId: number;
    user: StringTranslationsModel.User;
}

Properties

contentType: string
createdAt: string
stringId: number
text: string
translationId: number