mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2026-06-05 20:54:14 +00:00
8 lines
285 B
TypeScript
8 lines
285 B
TypeScript
|
|
export * as Inbound from './inbound';
|
||
|
|
export * as Outbound from './outbound';
|
||
|
|
|
||
|
|
export { InboundSettingsSchema } from './inbound';
|
||
|
|
export type { InboundSettings } from './inbound';
|
||
|
|
export { OutboundSettingsSchema } from './outbound';
|
||
|
|
export type { OutboundSettings } from './outbound';
|