fix: build

This commit is contained in:
Chareice 2024-09-11 21:25:44 +08:00
parent b830604348
commit 1c2ec1179d
No known key found for this signature in database

View File

@ -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;
}; };