Type Alias QueryInfo

QueryInfo: {
    failureInfo?: QueryFailureInfo;
    query: string;
    queryId: string;
    state: string;
}