interface QueryDefinition {
    id: string;
    postProcessing?: any;
    query: string;
    responseMimetype?: ResponseMimetype;
}

Properties

id: string
postProcessing?: any
query: string
responseMimetype?: ResponseMimetype