UNPKG

3xworkaround

Version:

This is an interface for 3x-ui panel. It will help developers to create, edit and delete inbounds and clients in a simple way.

3 lines (2 loc) 102 B
import { Inbound } from "../types"; export declare const parseInbound: (inbound: Inbound) => Inbound;