Interface ModeratorActionedUserData

The data specific to a ModeratorActionedUser.

interface ModeratorActionedUserData {
    date: number;
    id: string;
    name: string;
}

Hierarchy (view full)

Implemented by

Properties

Properties

date: number

The unix timestamp when the action occurred.

id: string

The ID of this user.

name: string

The username of this user.