9 lines
252 B
TypeScript
Raw Normal View History

2025-05-09 17:00:27 +00:00
/**
* SmartProxy models
*/
export * from './interfaces.js';
2025-05-10 00:01:02 +00:00
export * from './route-types.js';
// Re-export IRoutedSmartProxyOptions explicitly to avoid ambiguity
export type { ISmartProxyOptions as IRoutedSmartProxyOptions } from './interfaces.js';