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