interface IChangekey {
    public_key: string;
    username: string;
}

Properties

Properties

public_key: string
username: string