Kizuki
    Preparing search index...

    Interface ModelCheck

    The result of checkModels. Each problem says what is wrong and how to fix it.

    interface ModelCheck {
        ok: boolean;
        problems: string[];
    }
    Index
    ok: boolean

    True when no problem was found.

    problems: string[]

    One message per problem found. Empty when both models are ready.