Skip to content
Snippets Groups Projects
Commit 83971a19 authored by Elliot Kang's avatar Elliot Kang
Browse files

revert interface change

parent 2f620816
Branches
Tags
No related merge requests found
......@@ -22,7 +22,6 @@ export interface BaseQueryEngine {
* @param parentEvent
*/
query(query: string, parentEvent?: Event): Promise<Response>;
stream_query?(query: string, parentEvent?: Event): AsyncGenerator<string, void, unknown>;
}
/**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment