LWT JavaScript API
    Preparing search index...

    Multi-word expression data for editing. Returned by GET /terms/multi

    interface MultiWordData {
        error?: string;
        id: number | null;
        isNew: boolean;
        langId: number;
        romanization: string;
        sentence: string;
        status: number;
        text: string;
        textLc: string;
        translation: string;
        wordCount: number;
    }
    Index

    Properties

    error?: string
    id: number | null
    isNew: boolean
    langId: number
    romanization: string
    sentence: string
    status: number
    text: string
    textLc: string
    translation: string
    wordCount: number