interface NodeUsername {
    username?: string;
}

Properties

Properties

username?: string