Interface UserNameResolvableType

A type that represents a user and contains a username.

interface UserNameResolvableType {
    name: string;
}

Properties

Properties

name: string

The name of the user.