proper sql filtering
This commit is contained in:
@@ -43,6 +43,11 @@ export type ExecutionResponse = {
|
||||
* Execution result/output
|
||||
*/
|
||||
result: Record<string, any>;
|
||||
/**
|
||||
* When the execution actually started running (worker picked it up).
|
||||
* Null if the execution hasn't started running yet.
|
||||
*/
|
||||
started_at?: string | null;
|
||||
/**
|
||||
* Execution status
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user