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

7 lines
230 B
TypeScript

/**
* SmartProxy models
*/
// Export everything except IAcmeOptions from interfaces
export type { ISmartProxyOptions, IConnectionRecord, TSmartProxyCertProvisionObject } from './interfaces.js';
export * from './route-types.js';