Interface ModeratorData

The data specific to a moderator.

interface ModeratorData {
    date: number;
    id: string;
    modPermissions: string[];
    name: string;
}

Hierarchy (view full)

Implemented by

Properties

date: number

The unix timestamp when the action occurred.

id: string

The ID of this user.

modPermissions: string[]

The permissions the moderator has.

name: string

The username of this user.

Generated using TypeDoc