export interface IAddTrojanUser {
    username: string;
    level: number;
    password: string;
    tag: string;
}
//# sourceMappingURL=add-trojan-user.interface.d.ts.map