An 'incomplete' completion reply

interface IIsCompleteReplyIncomplete {
    indent: string;
    status: "incomplete";
}

Properties

Properties

indent: string
status: "incomplete"