Interface SandboxUser

interface SandboxUser {
    login: string;
}

Properties

Properties

login: string

GitHub login (handle) of the signed-in user.