@hcl-software/domino-rest-sdk-node
    Preparing search index...

    Type Alias QueryDocumentParseResponse

    A response for parsing the query after calling the /query API using 'parse' action

    type QueryDocumentParseResponse = {
        parseResult: string;
    }
    Index

    Properties

    Properties

    parseResult: string

    the string result for the said query containing the parse result.