interface QueryPayload {
    query: string;
    responseMimetype?: ResponseMimetype;
}

Properties

query: string
responseMimetype?: ResponseMimetype