Skip to content
Snippets Groups Projects
Unverified Commit 703ee9ec authored by Nemanja Glumac's avatar Nemanja Glumac Committed by GitHub
Browse files

Expand and explain the `NativeQueryForm` type (#40358)

parent 9a60d394
No related branches found
No related tags found
No related merge requests found
......@@ -115,7 +115,12 @@ export interface ErrorEmbedDataset {
status: string;
}
/**
* This is the type of the `POST /api/dataset/native` response.
* We're mostly ignoring the `params` on the FE. It's added to the type only for completeness.
*/
export interface NativeQueryForm {
params: unknown;
query: string;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment