@0xtld/tair-node
Version:
A Node.js package for Tair functionality with configuration, core, and helper modules.
22 lines • 382 B
text/typescript
export interface UrbanProxyElement {
username: string;
password: string;
creation_time: number;
expiration_time: number;
auth_str: string;
name: string;
group: string;
type: string;
address: {
primary: {
host: string;
port: number;
ip: string;
};
};
weight: number;
signature: string;
host: string;
port: number;
ip: string;
}