Add interfaces package

This commit is contained in:
2026-05-05 12:03:46 +00:00
commit 8ceec521eb
21 changed files with 485 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
export * from './agent.js';
export * from './audit.js';
export * from './automation.js';
export * from './dashboard.js';
export * from './device.js';
export * from './home.js';
export * from './tool.js';