fix: 为MeiliIndexConfig添加id字段
This commit is contained in:
@ -10,6 +10,7 @@ export interface MeiliSearchConfig {
|
||||
* MeiliSearch索引配置类型定义
|
||||
*/
|
||||
export interface MeiliIndexConfig {
|
||||
id: string;
|
||||
collection_name: string;
|
||||
index_name: string;
|
||||
fields: Record<string, string>;
|
||||
|
||||
Reference in New Issue
Block a user