interface TranslationSearchResult {
    createdAt: string;
    id: number;
    isPreTranslated: boolean;
    languageId: string;
    matchRate: number;
    matchType: string;
    projectId: number;
    provider: string;
    stringId: number;
    text: string;
}

Properties

createdAt: string
id: number
isPreTranslated: boolean
languageId: string
matchRate: number
matchType: string
projectId: number
provider: string
stringId: number
text: string