This commit is contained in:
2025-12-19 18:45:02 +08:00
parent 45eedd397b
commit 2c74755c0d
8 changed files with 346 additions and 1149 deletions

View File

@@ -3,7 +3,6 @@
* @updatedAt 2025-12-03 10:33:00
*/
import { Query } from '@kevisual/query';
import type { Result } from '@kevisual/query/query';
type QueryConfigOpts = {
query?: Query;
};