Interface TranslationV2Object

interface TranslationV2Object {
    count: number;
    id: number;
    title: string;
}

Properties

Properties

count: number
id: number
title: string

Generated using TypeDoc