interface ITranslation {
    creator: string;
    data: string;
    draft_id: DraftContract.Interfaces.IUint64;
    id: DraftContract.Interfaces.IUint64;
    is_approved: boolean;
    is_published: boolean;
    lang: string;
}

Properties

creator: string
data: string
is_approved: boolean
is_published: boolean
lang: string