We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1bd60ba commit 1b04338Copy full SHA for 1b04338
packages/mirinae/src/data-display/dynamic/dynamic-layout/type/layout-schema.ts
@@ -1,5 +1,3 @@
1
-// eslint-disable-next-line import/no-cycle
2
-import type { ApiFilter } from '@cloudforet/core-lib/space-connector/type';
3
4
import type { KeyDataType } from '@/controls/search/query-search/type';
5
import type { DynamicField } from '@/data-display/dynamic/dynamic-field/type/field-schema';
@@ -78,7 +76,7 @@ export interface QuerySearchTableOptions extends CommonOptions {
78
76
search: SearchSchema;
79
77
disable_search?: boolean;
80
default_sort?: Sort;
81
- default_filter: ApiFilter[];
+ default_filter: any[];
82
}
83
84
export type RawOptions = CommonOptions;
0 commit comments