@worldware/msg-cli
    Preparing search index...

    Interface ImportResult

    Result of processing one XLIFF file: project, locale, and resources to write.

    interface ImportResult {
        locale: string;
        project: string;
        resources: { json: string; title: string }[];
    }
    Index
    locale: string
    project: string
    resources: { json: string; title: string }[]