moderator-toolbox-nxg-for-reddit / modules/queuetools/schema

modules/queuetools/schema

Interfaces

ActionEntry

Defined in: extension/data/modules/queuetools/schema.ts:4

A single entry from the subreddit mod log, keyed by action ID.

Properties

action

action: string

Defined in: extension/data/modules/queuetools/schema.ts:8

created_utc

created_utc: number

Defined in: extension/data/modules/queuetools/schema.ts:13

Unix timestamp (seconds) when the action was taken.

description?

optional description?: string

Defined in: extension/data/modules/queuetools/schema.ts:11

Optional free-text description attached to the mod log entry.

details

details: string

Defined in: extension/data/modules/queuetools/schema.ts:9

id

id: string

Defined in: extension/data/modules/queuetools/schema.ts:5

mod

mod: string

Defined in: extension/data/modules/queuetools/schema.ts:7

Username of the moderator who performed the action.