@@ -19,7 +19,7 @@ export enum versionType {
PRO = 'pro', // 专业版
}
-export interface IComplication {
+export interface ICompilation {
ID: string;
name: string;
description: string;
@@ -35,5 +35,5 @@ export interface IDelete<T extends IAny> {
export interface IBulkWrite<T extends IAny> {
update?: IUpdate<T>[];
create?: ICreate<T>[];
- delete?: IDelete<T>[];
+ remove?: IDelete<T>[];