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

    Interface MsgProjectForResource

    Minimal type for MsgProject-like data we read to get sourceLocale and dir.

    interface MsgProjectForResource {
        locales?: { sourceLocale?: string };
    }
    Index
    locales?: { sourceLocale?: string }