feat(unifi): implement comprehensive UniFi API client with controllers, protect, access, account, managers, resources, HTTP client, interfaces, logging, plugins, and tests
This commit is contained in:
9
ts/interfaces/index.ts
Normal file
9
ts/interfaces/index.ts
Normal file
@@ -0,0 +1,9 @@
|
||||
/**
|
||||
* Re-export all interfaces
|
||||
*/
|
||||
|
||||
export * from './common.js';
|
||||
export * from './sitemanager.js';
|
||||
export * from './network.js';
|
||||
export * from './protect.js';
|
||||
export * from './access.js';
|
||||
Reference in New Issue
Block a user