remove no use

This commit is contained in:
熊潇 2025-05-24 09:54:58 +08:00
parent 757be9fc2f
commit f12e6896a9

View File

@ -1,6 +1,5 @@
import { Query } from '@kevisual/query';
import type { Result, DataOpts } from '@kevisual/query/query';
import { setBaseResponse } from '@kevisual/query/query';
export type SimpleObject = Record<string, any>;
export const markType = ['simple', 'md', 'mdx', 'wallnote', 'excalidraw'] as const;