refactor(bulk_action): add basic type safety for client

This commit is contained in:
Elian Doran
2025-07-19 12:54:16 +03:00
parent 0d3de92890
commit 409638151c
4 changed files with 51 additions and 49 deletions

View File

@@ -5,3 +5,4 @@ export * from "./lib/hidden_subtree.js";
export * from "./lib/rows.js";
export * from "./lib/test-utils.js";
export * from "./lib/mime_type.js";
export * from "./lib/bulk_actions.js";