Representation of a Krmx user.

interface User {
    isLinked: boolean;
    username: string;
}

Properties

Properties

isLinked: boolean

Whether the user is linked to a connection.

username: string

The name of the user.