interface Request {
    user: string;
}

Properties

Properties

user: string

The lowercase username or user ID to look up.