Interface TranslationV1Object

interface TranslationV1Object {
    id: number;
    title: string;
    type: TranslationType;
}

Properties

Properties

id: number
title: string

Generated using TypeDoc