Files
smartproxy/ts/proxies/smart-proxy/models/index.ts

8 lines
266 B
TypeScript
Raw Normal View History

2025-05-09 17:00:27 +00:00
/**
* SmartProxy models
*/
// Export everything except IAcmeOptions from interfaces
export type { ISmartProxyOptions, IConnectionRecord, TSmartProxyCertProvisionObject } from './interfaces.js';
2025-05-10 00:01:02 +00:00
export * from './route-types.js';
export * from './metrics-types.js';