refactor(client): deduplicate app info type

This commit is contained in:
Elian Doran
2025-08-03 16:22:54 +03:00
parent 8f99ce7d14
commit b645d21fcd
4 changed files with 17 additions and 11 deletions

View File

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