@cavell/kit API
    Preparing search index...

    Interface ProblemHint

    A host-declared problem: the thesaurus code plus the optional display term the chip can show before the server enriches (the resolved term arrives with the next run's snapshot).

    interface ProblemHint {
        code: string;
        term?: string;
    }
    Index
    code: string
    term?: string