Interface Translation

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

Properties

Properties

id: number
title: string

Generated using TypeDoc