@sourceacademy/autocomplete
    Preparing search index...

    Interface SyntaxHighlightResponse

    interface SyntaxHighlightResponse {
        data: SyntaxHighlightData;
        type: "response";
    }
    Index

    Properties

    Properties

    type: "response"