Compare commits
1 Commits
757be9fc2f
...
f12e6896a9
Author | SHA1 | Date | |
---|---|---|---|
f12e6896a9 |
@@ -1,6 +1,5 @@
|
|||||||
import { Query } from '@kevisual/query';
|
import { Query } from '@kevisual/query';
|
||||||
import type { Result, DataOpts } from '@kevisual/query/query';
|
import type { Result, DataOpts } from '@kevisual/query/query';
|
||||||
import { setBaseResponse } from '@kevisual/query/query';
|
|
||||||
|
|
||||||
export type SimpleObject = Record<string, any>;
|
export type SimpleObject = Record<string, any>;
|
||||||
export const markType = ['simple', 'md', 'mdx', 'wallnote', 'excalidraw'] as const;
|
export const markType = ['simple', 'md', 'mdx', 'wallnote', 'excalidraw'] as const;
|
||||||
|
Reference in New Issue
Block a user