7 lines
230 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';