Skip to content

Commit 2262464

Browse files
committed
fix: rebuild
1 parent 9c7ff1f commit 2262464

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adminforth/types/Back.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,7 @@ export interface IAdminForthDataSourceConnectorBase extends IAdminForthDataSourc
307307

308308
getMinMaxForColumns({ resource, columns }: { resource: AdminForthResource, columns: AdminForthResourceColumn[] }): Promise<{ [key: string]: { min: any, max: any } }>;
309309

310-
deleteMany?(recordIds: any[]): Promise<number>;
310+
deleteMany?({resource, recordIds}:{resource: AdminForthResource, recordIds: any[]}): Promise<number>;
311311
}
312312

313313

0 commit comments

Comments
 (0)