mirror of
https://gitee.com/nocobase/nocobase.git
synced 2025-07-02 03:02:19 +08:00
fix: build
This commit is contained in:
parent
b830604348
commit
1c2ec1179d
@ -10,7 +10,7 @@
|
|||||||
export type CollectionOptions = {
|
export type CollectionOptions = {
|
||||||
name: string;
|
name: string;
|
||||||
repository?: string;
|
repository?: string;
|
||||||
filterTargetKey?: string;
|
filterTargetKey?: string | Array<string>;
|
||||||
fields: any[];
|
fields: any[];
|
||||||
[key: string]: any;
|
[key: string]: any;
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user