Skip to content

Commit ec97be3

Browse files
committed
fix: rebuild
1 parent ab0faa7 commit ec97be3

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
@@ -293,7 +293,7 @@ export interface IAdminForthDataSourceConnectorBase extends IAdminForthDataSourc
293293

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

296-
deleteMany?(recordIds: any[]): Promise<number>;
296+
deleteMany?({resource, recordIds}:{resource: AdminForthResource, recordIds: any[]}): Promise<number>;
297297
}
298298

299299

0 commit comments

Comments
 (0)