interface IConnector {
    balance: string;
    weight: number;
}

Properties

Properties

balance: string
weight: number