Skip to content

Commit ab0faa7

Browse files
committed
fix: rebuild
1 parent c0da0b3 commit ab0faa7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

adminforth/types/Back.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -292,6 +292,8 @@ export interface IAdminForthDataSourceConnectorBase extends IAdminForthDataSourc
292292
}): Promise<{ok: boolean, error?: string}>;
293293

294294
getMinMaxForColumns({ resource, columns }: { resource: AdminForthResource, columns: AdminForthResourceColumn[] }): Promise<{ [key: string]: { min: any, max: any } }>;
295+
296+
deleteMany?(recordIds: any[]): Promise<number>;
295297
}
296298

297299

@@ -1761,8 +1763,6 @@ export interface IOperationalResource {
17611763

17621764
delete: (primaryKey: any) => Promise<boolean>;
17631765

1764-
deleteMany?(recordIds: any[]): Promise<number>;
1765-
17661766
dataConnector: IAdminForthDataSourceConnectorBase;
17671767
}
17681768

0 commit comments

Comments
 (0)