@gmb/bitmark-parser - v7.2.0
    Preparing search index...

    Interface GapJson

    interface GapJson {
        __defaultExample?: ExampleJson;
        __isDefaultExample?: boolean;
        __solutionsAst?: TextAst[];
        attrs: Record<string, unknown>;
        example: ExampleJson;
        hint: JsonText;
        instruction: JsonText;
        isCaseSensitive: boolean;
        isExample: boolean;
        item: JsonText;
        lead: JsonText;
        solutions: string[];
        type: "gap";
    }

    Hierarchy (View Summary)

    Index
    __defaultExample?: ExampleJson
    __isDefaultExample?: boolean
    __solutionsAst?: TextAst[]
    attrs: Record<string, unknown>
    example: ExampleJson
    hint: JsonText
    instruction: JsonText
    isCaseSensitive: boolean
    isExample: boolean
    item: JsonText
    lead: JsonText
    solutions: string[]
    type: "gap"