Skip to content

Commit c0da0b3

Browse files
committed
fix: add "deleteMany" datatype to the IOperationalResource
1 parent 1bc3ea3 commit c0da0b3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

adminforth/types/Back.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1761,6 +1761,8 @@ export interface IOperationalResource {
17611761

17621762
delete: (primaryKey: any) => Promise<boolean>;
17631763

1764+
deleteMany?(recordIds: any[]): Promise<number>;
1765+
17641766
dataConnector: IAdminForthDataSourceConnectorBase;
17651767
}
17661768

0 commit comments

Comments
 (0)